package json fix

This commit is contained in:
2026-01-30 16:58:32 -06:00
parent b075f4b4f7
commit dd03af5347
+4 -6
View File
@@ -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"
}
}