From dd03af53476b0203d17a5c1e63c2590ae5ac2182 Mon Sep 17 00:00:00 2001 From: Timothy Cardoza Date: Fri, 30 Jan 2026 16:58:32 -0600 Subject: [PATCH] package json fix --- package.json | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 4eeaa13..6fa0581 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "version": "0.0.0", "type": "module", "scripts": { - "dev": "vite", + "dev": "vite --host 0.0.0.0 --port 4000", "build": "tsc -b && vite build", "preview": "vite preview" }, @@ -37,8 +37,6 @@ "@types/node": "^24.10.1", "typescript": "~5.9.3", "vite": "^7.2.4", - "vite-plugin-solid": "^2.11.10", - "@types/bun": "latest" - }, - "module": "src/index.tsx" -} + "vite-plugin-solid": "^2.11.10" + } +} \ No newline at end of file