🚀 Auto-deploy: BrainWind atualizado em 24/08/2026 14:03:31

This commit is contained in:
2026-08-24 14:03:31 +00:00
parent 2ee2632556
commit 495dace14c
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2,4 +2,4 @@
nixPkgs = ["nodejs_23"]
[start]
cmd = "npx --yes serve@latest -s dist"
cmd = "npx --yes serve@latest -s dist -l tcp://0.0.0.0:3000"
+1 -1
View File
@@ -6,7 +6,7 @@
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"start": "npx --yes serve@latest -s dist",
"start": "npx --yes serve@latest -s dist -l tcp://0.0.0.0:3000",
"lint": "oxlint",
"preview": "vite preview",
"test": "npm run test:engenharia && npm run test:sistema",