update ssr

This commit is contained in:
2026-04-02 15:01:05 +00:00
parent 051fc27dac
commit d473b0f59e
22 changed files with 118 additions and 120 deletions

View File

@@ -11,7 +11,8 @@ export default defineConfig((env) => {
// console.log("env:", env, import.meta.env);
return {
server: {
host: '0.0.0.0'
host: '0.0.0.0',
port: 3000
},
plugins: [
unocss(),