chore: update

This commit is contained in:
Tristan Yang 2024-11-14 23:45:42 +08:00
parent ee815474f3
commit 9a643d128d

View File

@ -4,6 +4,10 @@ import pkg from './package.json';
// https://vitejs.dev/config/
export default defineConfig({
base: new URL(pkg.homepage).pathname,
preview: {
port: 3000,
host: true,
},
server: {
port: 3006,
},