mirror of
https://github.com/Litlyx/litlyx
synced 2025-12-09 23:48:36 +01:00
updates for testmode
This commit is contained in:
1
dashboard/.gitignore
vendored
1
dashboard/.gitignore
vendored
@@ -24,6 +24,7 @@ winston-*.ndjson
|
||||
.env.*
|
||||
!.env.example
|
||||
|
||||
ecosystem.config.js
|
||||
|
||||
# Test reports
|
||||
*.report.txt
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
module.exports = {
|
||||
apps: [
|
||||
{
|
||||
name: 'Dashboard',
|
||||
name: 'dashboard',
|
||||
port: '3010',
|
||||
exec_mode: 'fork',
|
||||
script: './.output/server/index.mjs',
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
"docker-inspect": "docker run -it litlyx-dashboard sh",
|
||||
"docker-run": "docker run -p 3000:3000 litlyx-dashboard",
|
||||
"workspace:shared": "ts-node ../scripts/dashboard/shared.ts",
|
||||
"workspace:deploy": "ts-node ../scripts/dashboard/deploy.ts --testmode"
|
||||
"workspace:deploy": "ts-node ../scripts/dashboard/deploy.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@nuxtjs/tailwindcss": "^6.12.0",
|
||||
|
||||
Reference in New Issue
Block a user