diff --git a/package.json b/package.json index 847b752..bd84a20 100644 --- a/package.json +++ b/package.json @@ -5,6 +5,7 @@ "type": "module", "scripts": { "dev": "vite", + "srv-dev": "vite --host 0.0.0.0 --port 5173", "build": "vite build", "preview": "vite preview", "check": "svelte-check --tsconfig ./tsconfig.app.json && tsc -p tsconfig.node.json" @@ -18,4 +19,4 @@ "typescript": "~5.9.3", "vite": "^7.3.1" } -} +} \ No newline at end of file