Commit graph

8 commits

Author SHA1 Message Date
mmabdalla
ea271b5975 Fix: Configure Vite base path to /bp_wb/ for BOSA namespace routing 2025-12-29 09:41:16 +02:00
mmabdalla
036a5ec083 Fix: Use Express static middleware for assets, remove redundant handler 2025-12-29 01:43:49 +02:00
mmabdalla
4aec140658 Fix: Add assets route to manifest.yaml 2025-12-29 01:41:43 +02:00
mmabdalla
77a2d60157 Fix: Add assets route handler to serve static files from plugin 2025-12-29 01:40:26 +02:00
mmabdalla
3592df6a5d Fix: Update HTML path and server.js to match Vite build output 2025-12-29 01:09:29 +02:00
mmabdalla
120b7285dc Complete WB-007 and WB-008: Basic Renderer and Save/Load with Auto-save 2025-12-29 00:50:17 +02:00
mmabdalla
94ece92305 Fix: Remove direct DB operations, use BOSA SDK only (constitution compliance) 2025-12-28 16:37:36 +02:00
mmabdalla
c14f186263 Initial project setup: Create directory structure and configuration files
- Created manifest.yaml with Node.js runtime and routes
- Set up package.json with React, TypeScript, Vite, and dependencies
- Created TypeScript and Vite configuration files
- Set up ESLint and Prettier
- Created complete directory structure (frontend, backend, migrations)
- Created initial database schema migration
- Set up Express server with route handlers
- Created frontend entry point files
- Added version.txt with build 0.1.0.001
2025-12-28 14:59:01 +02:00