Vite config
This commit is contained in:
@@ -11,13 +11,13 @@ export default defineConfig({
|
|||||||
tailwindcss(),
|
tailwindcss(),
|
||||||
],
|
],
|
||||||
server: {
|
server: {
|
||||||
host: '127.0.0.1',
|
host: true,
|
||||||
port: 5173,
|
port: 5173,
|
||||||
allowedHosts: [
|
allowedHosts: [
|
||||||
"localhost",
|
"localhost",
|
||||||
"127.0.0.1",
|
"127.0.0.1",
|
||||||
"reyna-compressive-shaunna.ngrok-free.dev",
|
"reyna-compressive-shaunna.ngrok-free.dev",
|
||||||
"https://sistema.gestionrecursoshidricos.com/"
|
"sistema.gestionrecursoshidricos.com"
|
||||||
],
|
],
|
||||||
// proxy:{
|
// proxy:{
|
||||||
// '/api':{
|
// '/api':{
|
||||||
|
|||||||
Reference in New Issue
Block a user