Chore: solid-start 0.6.0

This commit is contained in:
aronmal 2024-02-28 22:00:19 +01:00
parent 68e8218b1b
commit b28d381948
Signed by: aronmal
GPG key ID: 816B7707426FC612
3 changed files with 284 additions and 615 deletions

5
app.config.ts Normal file
View file

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