This commit is contained in:
Aleksandr Statciuk 2022-02-22 11:32:05 +03:00
parent 98495b1e7a
commit 59b459dcf7
27 changed files with 3149 additions and 299 deletions

10
svelte.config.js Normal file
View file

@ -0,0 +1,10 @@
import adapter from '@sveltejs/adapter-static'
/** @type {import('@sveltejs/kit').Config} */
const config = {
kit: {
adapter: adapter()
}
}
export default config