Initial app

This commit is contained in:
Martin Wittwer 2026-06-20 16:36:20 +02:00
parent e9852f9179
commit 6bc3f0cf45
11 changed files with 1755 additions and 1 deletions

6
vite.config.js Normal file
View file

@ -0,0 +1,6 @@
import { defineConfig } from "vite";
import vue from "@vitejs/plugin-vue";
export default defineConfig({
plugins: [vue()]
});