Merge 55a71cbc9d into 96096ea0ff
This commit is contained in:
commit
6523155f30
|
|
@ -14,6 +14,7 @@ export default defineConfig({
|
||||||
server: {
|
server: {
|
||||||
port: 3000,
|
port: 3000,
|
||||||
open: true,
|
open: true,
|
||||||
|
allowedHosts: ['mirofish-pwse.onrender.com'],
|
||||||
proxy: {
|
proxy: {
|
||||||
'/api': {
|
'/api': {
|
||||||
target: 'http://localhost:5001',
|
target: 'http://localhost:5001',
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue