️ Config key to expose hostname in a Docker context

This commit is contained in:
2023-04-26 12:14:39 -04:00
parent fbf6bed4fe
commit dc7324747f

View File

@@ -6,6 +6,7 @@ export default defineConfig({
publicDir: "public", publicDir: "public",
base: "", base: "",
build: "esnext", build: "esnext",
server: { host: true },
plugins: [ plugins: [
nodeResolve({ nodeResolve({
// browser: true // browser: true