Atualização automática - 2026-06-24 13:47:42

This commit is contained in:
2026-06-24 13:47:42 +00:00
parent f75e25e799
commit 4c86721c75
4 changed files with 51 additions and 5 deletions
+3
View File
@@ -8,6 +8,9 @@ export default defineConfig(({ mode }) => {
server: {
port: 3000,
host: '0.0.0.0',
proxy: {
'/api': 'http://localhost:8081'
}
},
plugins: [react()],
define: {