Commit Graph

4 Commits

Author SHA1 Message Date
pelpanagiotis
0ae97fdb3a Changed Node Image for Coolify 2026-04-27 22:56:44 +03:00
pelpanagiotis
e2e5e47077 chore(needle): rebuild MenuScene dist from latest Unity export
Production vite build copies assets/MenuScene.glb and bundled chunks into dist/.

Made-with: Cursor
2026-04-20 00:15:44 +03:00
pelpanagiotis
400b6d6f09 fix(menu): load pizza GLB at runtime when scene export has no mesh
Exported MenuScene.glb had cc0_-_pizza_salami with MeshRenderer but null
materials and no glTF mesh buffers (common when Unity imported an LFS pointer).
Add include/dishes standalone GLB and dishMeshFallback to GLTFLoader-inject
geometry when a dish root has no meshes. Track include/dishes outside Git LFS.

Made-with: Cursor
2026-04-20 00:07:33 +03:00
pelpanagiotis
6947303755 Commit Needle production dist and nginx-only Docker image
- Track Needle/MenuScene/dist and Needle/SampleScene/dist for container deploys
- Dockerfile copies pre-built dist (no npm in image); rebuild with npm run build before commit
- Fix Needle .gitignore: /assets/ so dist/assets is not ignored
- Git LFS: track *.wasm; relax .dockerignore so dist is sent as build context

Made-with: Cursor
2026-04-19 23:39:59 +03:00