Simplify cutting controls
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m45s

This commit is contained in:
Cauê Faleiros
2026-07-09 13:23:25 -03:00
parent 423442578f
commit 634cf4db48
2 changed files with 178 additions and 162 deletions

View File

@@ -25,7 +25,7 @@ export default defineConfig(({ command }) => ({
tailwindcss()
],
server: {
port: 3001,
port: 3002,
proxy: {
'/api': {
target: 'http://localhost:3004',
@@ -34,7 +34,7 @@ export default defineConfig(({ command }) => ({
}
},
preview: {
port: 3000,
port: 3002,
proxy: {
'/api': {
target: 'http://localhost:3004',