Configure development and production modes

This commit is contained in:
2022-09-04 17:49:25 +02:00
parent e83a7f2aa4
commit 43ec0eb776
10 changed files with 149 additions and 36 deletions

View File

@@ -1,3 +1,5 @@
import 'vite/modulepreload-polyfill'
import "./app.scss";
import App from "./App.svelte";