1
0

add atmpshere

This commit is contained in:
2025-11-20 12:33:57 +09:00
parent 93ea0e88f7
commit 16a52e13de
20 changed files with 1644 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
})