ai/at
ai/at
1
0
This commit is contained in:
syui 2025-03-18 08:21:07 +09:00
parent a45ba54323
commit b44e252cbb
Signed by: syui
GPG Key ID: 5417CFEBAD92DF56

View File

@ -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",
},
});