This commit is contained in:
2024-03-29 14:22:19 +07:00
commit f5e6fd57cd
129 changed files with 10715 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
const server = require('./server');
module.exports = {
port: server.DEV_PORT,
proxy: `http://localhost:${server.STATIC_PORT}`,
ui: {
port: server.DASHBOARD_PORT,
},
open: true,
ghostMode: false,
logPrefix: 'SYNC',
};