mirror of
https://github.com/IT4Change/Ocelot-Social.git
synced 2025-12-13 07:45:56 +00:00
Removed unused comment slashes
This commit is contained in:
parent
89fb7e8e07
commit
3382c5ef6f
@ -3,7 +3,7 @@ const consola = require('consola')
|
||||
const { Nuxt, Builder } = require('nuxt')
|
||||
const app = express()
|
||||
|
||||
require('dotenv').config() //
|
||||
require('dotenv').config()
|
||||
|
||||
const host = process.env.HOST || '127.0.0.1'
|
||||
const port = process.env.PORT || 3000
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user