🎨 Update project configuration and structure for improved organization

This commit is contained in:
2026-01-28 04:37:19 +00:00
parent 1beba26249
commit 48cd7bff15
4 changed files with 64 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
import { defineConfig } from 'vite';
import vue from '@vitejs/plugin-vue';
export default defineConfig({
plugins: [vue()],
server: {
host: '0.0.0.0',
port: 5173
}
});