Jeff Emmett
693d38eb7d
fix: move wrangler.dev.toml to worker/ directory to fix Pages deployment
...
Cloudflare Pages was detecting wrangler.dev.toml at root level and
switching to Worker deployment mode (running 'npx wrangler deploy')
instead of using the configured build command ('npm run build').
Changes:
- Move wrangler.dev.toml to worker/ directory alongside wrangler.toml
- Update all package.json scripts to reference new location
- Simplify .cfignore since all wrangler configs are now in worker/
This allows Pages to use the correct build command and deploy the
static site with proper routing for /contact and /presentations.
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-16 18:43:34 -07:00
Jeff Emmett
9b7cde262a
fix: move Worker config to separate file for Pages compatibility
...
Move wrangler.toml to worker/wrangler.toml to separate Worker and Pages configurations.
Cloudflare Pages was trying to read wrangler.toml and failing because it contained
Worker-specific configuration (Durable Objects, migrations, etc.) that Pages doesn't support.
Changes:
- Move wrangler.toml → worker/wrangler.toml
- Update deploy scripts to use --config worker/wrangler.toml
- Pages deployment now uses Cloudflare dashboard configuration only
This resolves the deployment error:
"Configuration file cannot contain both 'main' and 'pages_build_output_dir'"
🤖 Generated with [Claude Code](https://claude.com/claude-code )
Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-16 04:14:40 -07:00
Jeff Emmett
4d7b05efa2
update obsidian shape deployment
2025-11-12 16:23:08 -08:00
Jeff Emmett
2528ad4726
update cloudflare errors
2025-11-11 22:38:24 -08:00
Jeff Emmett
ffef04df50
pin object, fix fathom, and a bunch of other things
2025-11-11 22:32:36 -08:00
Jeff Emmett
1b172d7529
update x & y coordinates
2025-11-10 22:42:52 -08:00
Jeff Emmett
62afed445e
final automerge errors on cloudflare
2025-11-10 18:01:36 -08:00
Jeff Emmett
f2b05a8fe6
fix final bugs for automerge
2025-11-10 17:58:23 -08:00
Jeff Emmett
663c845cab
more updates to convert to automerge
2025-11-10 14:00:46 -08:00
Jeff Emmett
a82f8faa00
updates to worker
2025-11-10 13:50:31 -08:00
Jeff Emmett
4815fa4a23
update typescript errors for vercel
2025-11-10 11:19:24 -08:00
Jeff Emmett
f8e4647e1a
everything working in dev
2025-11-10 11:06:13 -08:00
Jeff Emmett
719a4eb918
automerge, obsidian/quartz, transcribe attempt, fix AI APIs
2025-09-21 11:43:06 +02:00
Jeff Emmett
8fa8c388d9
fixed shared piano
2025-09-04 17:54:39 +02:00
Jeff Emmett
1abeeaea10
update R2 storage to JSON format
2025-09-04 16:26:35 +02:00
Jeff Emmett
808b37425a
update tldraw functions
2025-09-04 15:30:57 +02:00
Jeff Emmett
8385e30d25
separate worker and buckets between dev & prod, fix cron job scheduler
2025-09-04 15:12:44 +02:00
Jeff Emmett
391e13c350
update embedshape
2025-09-02 22:59:10 +02:00
Jeff Emmett
d0233c0eb6
update workers to work again
2025-09-02 22:29:12 +02:00
Jeff Emmett
9a9cab1b8e
fix video chat in prod env vars
2025-09-02 00:43:57 +02:00
Jeff Emmett
fa2f16c019
fix vercel errors
2025-08-25 23:46:37 +02:00
Jeff Emmett
125e565c55
shared piano in progress
2025-08-23 16:07:43 +02:00
Shawn Anderson
bb144428d0
Revert "updated website copy, installed locked-view function (coordinates break when locked tho), trying to get video transcripts working"
...
This reverts commit d7b1e348e9 .
2025-04-16 13:05:57 -07:00
Shawn Anderson
6dd387613b
Revert "Fix cron job connection to daily board backup"
...
This reverts commit e936d1c597 .
2025-04-16 13:05:51 -07:00
Jeff-Emmett
e936d1c597
Fix cron job connection to daily board backup
2025-04-08 15:49:34 -07:00
Jeff-Emmett
d7b1e348e9
updated website copy, installed locked-view function (coordinates break when locked tho), trying to get video transcripts working
2025-04-08 14:32:15 -07:00
Jeff-Emmett
2a3b79df15
fix asset upload rendering errors
2025-03-19 18:30:15 -07:00
Jeff-Emmett
b11aecffa4
Fixed asset upload CORS for broken links, updated markdown tool, changed keyboard shortcuts & menu ordering
2025-03-19 17:24:22 -07:00
Jeff-Emmett
12256c5b9c
working video calls
2025-02-13 20:38:01 +01:00
Jeff-Emmett
ebe2d4c0a2
Fix localstorage error on worker, promptshape
2025-02-11 14:35:22 +01:00
Jeff-Emmett
ab2a9f6a79
board backups to R2
2025-01-28 16:42:58 +01:00
Jeff-Emmett
9b33efdcb3
Clean up tool names
2025-01-28 16:38:41 +01:00
Jeff-Emmett
fdb96b6ae1
slidedeck shape installed, still minor difficulty in keyboard arrow transition between slides (last slide + wraparound)
2025-01-23 14:14:04 +01:00
Jeff-Emmett
7b1fe2b803
removed padding from printtoPDF, hid mycrozine template tool (need to fix sync), cleaned up redundancies between app & board, installed marked npm package, hid markdown tool (need to fix styles)
2025-01-03 09:42:53 +07:00
Jeff Emmett
d7f4d61b55
fix local IP for dev, fix broadcast view
2024-12-14 14:12:31 -05:00
Jeff Emmett
1f6b693ec1
videochat debug
2024-12-08 19:57:25 -05:00
Jeff Emmett
2bdd6a8dba
fix daily API
2024-12-08 19:27:18 -05:00
Jeff Emmett
4901a56d61
videochat tool worker install
2024-12-08 18:32:39 -05:00
Jeff Emmett
2d562b3e4c
videochat tool update
2024-12-08 18:13:47 -05:00
Jeff Emmett
64d7581e6b
fixed lockCameraToFrame selection
2024-12-08 05:07:09 -05:00
Jeff Emmett
11c88ec0de
lockCameraToFrame almost working
2024-12-08 02:43:19 -05:00
Jeff Emmett
78e396d11e
cleanup
2024-12-07 21:42:31 -05:00
Jeff Emmett
e286a120f1
maybe this works
2024-12-07 16:02:10 -05:00
Jeff Emmett
2e0a05ab32
fix vite config
2024-12-07 15:50:37 -05:00
Jeff Emmett
111be03907
swap persistentboard with Tldraw native sync
2024-12-07 15:23:56 -05:00
Jeff Emmett
39e6cccc3f
fix CORS
2024-12-07 15:10:25 -05:00
Jeff Emmett
08175d3a7c
fix CORS
2024-12-07 15:03:53 -05:00
Jeff Emmett
3006e85375
fix prod env
2024-12-07 14:57:05 -05:00
Jeff Emmett
632e7979a2
fix CORS
2024-12-07 14:39:57 -05:00
Jeff Emmett
71fc07133a
fix CORS for prod env
2024-12-07 14:33:31 -05:00