Resolve container build errors
This commit is contained in:
+4
-1
@@ -5,7 +5,7 @@ import { componentTagger } from "lovable-tagger";
|
||||
|
||||
export default defineConfig(({ mode }) => {
|
||||
const env = loadEnv(mode, process.cwd(), "");
|
||||
|
||||
|
||||
return {
|
||||
server: {
|
||||
host: "::",
|
||||
@@ -21,5 +21,8 @@ export default defineConfig(({ mode }) => {
|
||||
"@": path.resolve(__dirname, "./src"),
|
||||
},
|
||||
},
|
||||
build: {
|
||||
target: "esnext",
|
||||
},
|
||||
};
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user