Testing typescript
This commit is contained in:
@ -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'
|
||||
})
|
||||
}
|
||||
};
|
||||
|
Reference in New Issue
Block a user