このコミットが含まれているのは:
2025-05-29 01:00:01 +09:00
コミット ef38202815
14個のファイルの変更1417行の追加36行の削除
+2
ファイルの表示
@@ -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,