fix: remove nested .git folders, re-add as normal directories

This commit is contained in:
2026-03-22 17:50:47 -05:00
parent f55c7e47c9
commit 6b7eec67b8
1870 changed files with 4170168 additions and 3 deletions
+19
View File
@@ -0,0 +1,19 @@
import adapter from "@sveltejs/adapter-node";
import { vitePreprocess } from "@sveltejs/vite-plugin-svelte";
const config = {
preprocess: vitePreprocess(),
compilerOptions: {
experimental: {
async: true,
},
},
kit: {
adapter: adapter(),
router: {
type: "pathname",
},
},
};
export default config;