Update to latest solidjs and added some spice

This commit is contained in:
aronmal 2024-02-23 19:08:09 +01:00
parent fad746ceec
commit b09418b3ec
Signed by: aronmal
GPG key ID: 816B7707426FC612
35 changed files with 4318 additions and 2831 deletions

View file

@ -1,10 +1,3 @@
import solid from "solid-start/vite";
import { defineConfig } from "vite";
import { defineConfig } from "@solidjs/start/config";
export default defineConfig({
plugins: [solid()],
server: {
host: "0.0.0.0",
strictPort: true,
},
});
export default defineConfig({});