Set publisher dashboard dev server to port 6827

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
RevIQ
2026-01-08 08:03:51 +08:00
parent 9670568fc1
commit e4cbb9d565

View File

@@ -4,4 +4,7 @@ import { defineConfig } from "vite";
export default defineConfig({
plugins: [tailwindcss(), sveltekit()],
server: {
port: 6827,
},
});