From 495dace14c00efc0f7a4a4ee6b3bdd260a180b35 Mon Sep 17 00:00:00 2001 From: Marcos Date: Mon, 24 Aug 2026 14:03:31 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20Auto-deploy:=20BrainWind=20atual?= =?UTF-8?q?izado=20em=2024/08/2026=2014:03:31?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/nixpacks.toml | 2 +- app/package.json | 2 +- nixpacks.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/nixpacks.toml b/app/nixpacks.toml index 1c1a3ea..c489ae9 100644 --- a/app/nixpacks.toml +++ b/app/nixpacks.toml @@ -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" diff --git a/app/package.json b/app/package.json index 876956b..df067f0 100644 --- a/app/package.json +++ b/app/package.json @@ -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", diff --git a/nixpacks.toml b/nixpacks.toml index 9a41042..24aee06 100644 --- a/nixpacks.toml +++ b/nixpacks.toml @@ -8,4 +8,4 @@ cmds = ["cd app && npm install"] cmds = ["cd app && npm run build"] [start] -cmd = "cd app && npx --yes serve@latest -s dist" +cmd = "cd app && npx --yes serve@latest -s dist -l tcp://0.0.0.0:3000"