Rename projects to FileShare

This commit is contained in:
2026-05-22 14:29:22 +08:00
parent 8270cf198b
commit 9f8da2c063
154 changed files with 394 additions and 398 deletions
+14
View File
@@ -0,0 +1,14 @@
import { defineConfig } from 'vite'
import plugin from '@vitejs/plugin-vue'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [plugin()],
build: {
outDir: 'dist',
emptyOutDir: true,
},
server: {
port: 51552,
},
})