docs: add implementation plan, add ci script

This commit is contained in:
2026-02-03 20:56:43 +05:00
parent 021d9f3eda
commit 9edec151a4
4 changed files with 375 additions and 10 deletions
+4 -10
View File
@@ -5,19 +5,13 @@ import { vitePreprocess } from "@sveltejs/vite-plugin-svelte";
const config = {
preprocess: vitePreprocess(),
kit: {
adapter: adapter({
pages: "build",
assets: "build",
fallback: undefined,
precompress: false,
strict: true,
}),
adapter: adapter(),
prerender: {
handleHttpError: "ignore",
},
output: {
bundleStrategy: "inline",
},
paths: {
base: "",
},
},
};