Testing typescript
This commit is contained in:
parent
19cf7df555
commit
98c681b670
21 changed files with 573 additions and 82 deletions
|
|
@ -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'
|
||||
})
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue