remove env.HOST

This commit is contained in:
草鞋没号 2022-02-08 09:50:45 +08:00
parent 1ee86f4979
commit 1843f30a4a
2 changed files with 0 additions and 2 deletions

View File

@ -33,7 +33,6 @@
}, },
"env": { "env": {
"//": "Used in build scripts", "//": "Used in build scripts",
"HOST": "127.0.0.1",
"PORT": 3344 "PORT": 3344
} }
} }

View File

@ -36,7 +36,6 @@ export default defineConfig({
}, },
}, },
server: { server: {
host: pkg.env.HOST,
port: pkg.env.PORT, port: pkg.env.PORT,
}, },
}) })