Dateien nach "frontend" hochladen

This commit is contained in:
2026-04-21 12:09:42 +00:00
parent 1a69ca01fc
commit 45158b8c4d
4 changed files with 55 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
export default defineConfig({
plugins: [vue()],
server: {
port: 5173
}
})