init
ci-front / build (push) Has been cancelled

This commit is contained in:
2026-04-03 19:36:56 +03:00
parent 71f9e72dcb
commit 2e6b03cbf2
19 changed files with 1062 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
// https://vite.dev/config/
export default defineConfig({
plugins: [vue()],
})