Mudanca de projeto para Phazer

This commit is contained in:
2026-03-30 22:03:59 -03:00
parent 570b4e1fa2
commit 91e7b1c681
35 changed files with 3756 additions and 1875 deletions
+13
View File
@@ -0,0 +1,13 @@
import { defineConfig } from 'vite'
import react from '@vitejs/plugin-react'
// https://vitejs.dev/config/
export default defineConfig({
base: './',
plugins: [
react(),
],
server: {
port: 8080
}
})