18599 Berechnung

This commit is contained in:
Moritz Utcke
2024-12-29 13:05:02 +07:00
parent 8d383e87b5
commit 7f1942971d
24 changed files with 1251 additions and 935 deletions

View File

@@ -4,6 +4,7 @@ import svelte from "@astrojs/svelte";
import tailwind from "@astrojs/tailwind";
import node from "@astrojs/node";
import mdx from "@astrojs/mdx";
import dsv from "@rollup/plugin-dsv"
import { fileURLToPath } from "url";
@@ -28,7 +29,8 @@ export default defineConfig({
commonjsOptions: {
transformMixedEsModules: false
}
}
},
plugins: [dsv()]
},
adapter: node({
mode: "middleware"