This commit is contained in:
Swift
2024-02-27 13:24:43 +03:30
parent 54f56c0580
commit c46a178341
2 changed files with 19 additions and 20 deletions
-1
View File
@@ -1,7 +1,6 @@
/// / develop environment config
const { isDev, isProduction, DevServerPort } = require('./_env')
const wss = require('./WebSocket/wss')
/// / init express app (wrapping all functions into init() to prevent running in development mode by nuxt dev mode)
function init() {
// run preConfigured modules