init
This commit is contained in:
commit
edcc6db9ec
10 changed files with 144 additions and 0 deletions
6
svelte.config.js
Normal file
6
svelte.config.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
import adapter from '@sveltejs/adapter-static';
|
||||
|
||||
/** @type {import('@sveltejs/kit').Config} */
|
||||
const config = { kit: { adapter: adapter() } };
|
||||
|
||||
export default config;
|
Loading…
Add table
Add a link
Reference in a new issue