forked from geolba/tethys.backend
- second commit
This commit is contained in:
parent
4fc3bb0a01
commit
59a99ff3c8
61 changed files with 2625 additions and 1182 deletions
10
server.ts
10
server.ts
|
@ -10,10 +10,10 @@
|
|||
|
|
||||
*/
|
||||
|
||||
import 'reflect-metadata'
|
||||
import sourceMapSupport from 'source-map-support'
|
||||
import { Ignitor } from '@adonisjs/core/build/standalone'
|
||||
import 'reflect-metadata';
|
||||
import sourceMapSupport from 'source-map-support';
|
||||
import { Ignitor } from '@adonisjs/core/build/standalone';
|
||||
|
||||
sourceMapSupport.install({ handleUncaughtExceptions: false })
|
||||
sourceMapSupport.install({ handleUncaughtExceptions: false });
|
||||
|
||||
new Ignitor(__dirname).httpServer().start()
|
||||
new Ignitor(__dirname).httpServer().start();
|
||||
|
|
Loading…
Add table
editor.link_modal.header
Reference in a new issue