update at 2026-01-23 09:22:54

This commit is contained in:
douboer
2026-01-23 09:22:54 +08:00
parent 080700f721
commit 405576c7c3

View File

@@ -3,4 +3,7 @@ import vue from '@vitejs/plugin-vue';
export default defineConfig({ export default defineConfig({
plugins: [vue()], plugins: [vue()],
server: {
allowedHosts: ['mac.biboer.cn'],
},
}); });