2 Commits
Author SHA1 Message Date
furyhawk 377670ea65 feat: add allowedHosts configuration for preview in Vite setup 2026-06-01 15:43:51 +08:00
furyhawk 89b7459cef feat: initialize SvelteKit project with bus API explorer
- Add main application styles in app.css
- Create basic HTML structure in app.html
- Implement server-side hooks for API proxying in hooks.server.js
- Set up layout component in +layout.svelte
- Develop main page with endpoint explorer and arrival check functionality in +page.svelte
- Configure SvelteKit with adapter in svelte.config.js
- Set up Vite configuration for SvelteKit in vite.config.js
2026-06-01 13:49:17 +08:00