Testing typescript

This commit is contained in:
2022-05-21 15:16:10 +01:00
parent 3b4e381e2b
commit 2955214478
21 changed files with 573 additions and 82 deletions

View File

@ -1,12 +1,12 @@
import adapter from "@sveltejs/adapter-static";
import preprocess from 'svelte-preprocess';
/** @type {import('@sveltejs/kit').Config} */
const config = {
preprocess: preprocess(),
kit: {
// hydrate the <div id="svelte"> element in src/app.html
adapter: adapter({
pages: 'build',
// assets: 'static',
pages: 'build'
})
}
};