Server deployment stuff
This commit is contained in:
@@ -3,6 +3,8 @@ import { ServerTool } from './ServerTool'
|
||||
import pino from 'pino'
|
||||
import * as pinoExpress from 'pino-pretty-express'
|
||||
import path from 'path'
|
||||
import fs from 'fs'
|
||||
import config from 'config'
|
||||
|
||||
const serviceName = 'dar-server'
|
||||
const isProduction = (process.env.NODE_ENV == 'production')
|
||||
|
||||
Reference in New Issue
Block a user