Unfinished

This commit is contained in:
aronmal 2024-02-18 22:02:52 +01:00
parent 18c6535d1c
commit 6b388729d9
Signed by: aronmal
GPG key ID: 816B7707426FC612
25 changed files with 1598 additions and 2352 deletions

View file

@ -1,3 +1,7 @@
import { defineConfig } from "@solidjs/start/config";
export default defineConfig({});
export default defineConfig({
start: {
middleware: "./src/middleware.ts",
},
});