remove env.HOST
This commit is contained in:
parent
1ee86f4979
commit
1843f30a4a
|
@ -33,7 +33,6 @@
|
||||||
},
|
},
|
||||||
"env": {
|
"env": {
|
||||||
"//": "Used in build scripts",
|
"//": "Used in build scripts",
|
||||||
"HOST": "127.0.0.1",
|
|
||||||
"PORT": 3344
|
"PORT": 3344
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -36,7 +36,6 @@ export default defineConfig({
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
server: {
|
server: {
|
||||||
host: pkg.env.HOST,
|
|
||||||
port: pkg.env.PORT,
|
port: pkg.env.PORT,
|
||||||
},
|
},
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue