Allow building ts

This commit is contained in:
Adria Navarro 2024-11-25 18:38:56 +01:00
parent 2bd48dde39
commit fe462d10d0
2 changed files with 8 additions and 2 deletions

View File

@ -5,5 +5,4 @@ package-lock.json
release/
dist/
routify
.routify/
svelte.config.js
.routify/

View File

@ -0,0 +1,7 @@
const { vitePreprocess } = require("@sveltejs/vite-plugin-svelte")
const config = {
preprocess: vitePreprocess(),
}
module.exports = config