Simplify cutting controls
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m45s
All checks were successful
Build and Deploy / build-and-deploy (push) Successful in 1m45s
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user