fix
This commit is contained in:
parent
a45ba54323
commit
b44e252cbb
@ -6,12 +6,13 @@ const SERVER_HOST = "0.0.0.0";
|
||||
const SERVER_PORT = 13213;
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [UnoCSS(), solidPlugin()],
|
||||
server: {
|
||||
host: SERVER_HOST,
|
||||
port: SERVER_PORT,
|
||||
},
|
||||
build: {
|
||||
target: "esnext",
|
||||
},
|
||||
plugins: [UnoCSS(), solidPlugin()],
|
||||
server: {
|
||||
host: SERVER_HOST,
|
||||
port: SERVER_PORT,
|
||||
allowedHosts: ['pds.syu.is'],
|
||||
},
|
||||
build: {
|
||||
target: "esnext",
|
||||
},
|
||||
});
|
||||
|
Loading…
x
Reference in New Issue
Block a user