Commit graph

5 commits

Author SHA1 Message Date
MrPiglr
8efae10378 fix(build): output server bundle as .cjs for ES module compatibility
- Change server output from index.js to index.cjs
- Update start script to run index.cjs
- Fixes 'module is not defined' error on Railway
- CommonJS format explicit with .cjs extension

Resolves module format conflict where package.json has 'type: module'
but server bundle uses CommonJS format
2026-02-12 15:10:41 -07:00
MrPiglr
d74c99a72d fix(android): force manual file load to bypass black screen issue 2026-02-11 21:49:31 -07:00
MrPiglr
7e275b020c new file: .gemini/settings.json 2026-01-03 23:56:43 -07:00
MrPiglr
6ed11341d1 Fix ESM module compatibility: convert build to ESM format with proper require/dirname shims for Supabase 2025-12-23 04:56:10 +00:00
sirpiglr
6f54713012 Extracted stack files 2025-12-15 20:52:49 +00:00