This commit is contained in:
2025-05-29 01:00:01 +09:00
parent 03c2434236
commit ef38202815
14 changed files with 1417 additions and 36 deletions
+2
View File
@@ -1,9 +1,11 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
import path from 'path'
// https://vite.dev/config/
export default defineConfig({
plugins: [react()],
resolve: { alias: { '@': path.resolve (__dirname, './src') } },
server: { host: true,
port: 5173,
strictPort: true,