c1fe8ec99a
this PR puts sync stuff in the bemo worker, and sets up a temporary dev-only page in dotcom for testing bemo stuff ### Change type - [ ] `bugfix` - [ ] `improvement` - [x] `feature` - [ ] `api` - [ ] `other` ### Test plan 1. Create a shape... 2. - [ ] Unit tests - [ ] End to end tests ### Release notes - Fixed a bug with...
36 lines
No EOL
617 B
Text
36 lines
No EOL
617 B
Text
**/node_modules/*
|
|
**/out/*
|
|
**/dist/*
|
|
**/dist-cjs/*
|
|
**/dist-esm/*
|
|
**/.tsbuild*
|
|
**/.next/*
|
|
*.md
|
|
**/_archive/*
|
|
**/*.css.map
|
|
**/*.js.map
|
|
**/*.d.ts
|
|
**/api/*
|
|
!**/pages/api/*
|
|
**/*.json
|
|
**/lazy.config.ts
|
|
**/next.config.js
|
|
**/setupTests.js
|
|
**/setupJest.js
|
|
**/jestResolver.js
|
|
apps/vscode/extension/editor
|
|
apps/examples/www
|
|
apps/docs/api-content.json
|
|
apps/docs/content.json
|
|
apps/vscode/extension/editor/index.js
|
|
apps/vscode/extension/editor/tldraw-assets.json
|
|
**/sentry.server.config.js
|
|
**/scripts/upload-sourcemaps.js
|
|
**/scripts/lib/auto-plugin.js
|
|
**/coverage/**/*
|
|
|
|
apps/dotcom/public/sw.js
|
|
|
|
patchedJestJsDom.js
|
|
|
|
**/.clasp.json |