Moved timers into a plugin

This commit is contained in:
2022-07-28 02:52:31 +02:00
parent 227160e044
commit f67d5f6a2e
7 changed files with 198 additions and 171 deletions

View File

@@ -1,7 +1,6 @@
import { defineConfig } from "vite";
import { svelte } from "@sveltejs/vite-plugin-svelte";
// https://vitejs.dev/config/
export default defineConfig({
plugins: [svelte()],