Puts www back in packages
This commit is contained in:
parent
cec7048acd
commit
e71bf1d327
3 changed files with 1562 additions and 57 deletions
|
@ -12,7 +12,8 @@
|
|||
"workspaces": [
|
||||
"packages/core",
|
||||
"packages/tldraw",
|
||||
"packages/dev"
|
||||
"packages/dev",
|
||||
"packages/www"
|
||||
],
|
||||
"scripts": {
|
||||
"test": "jest",
|
||||
|
|
|
@ -21,7 +21,7 @@
|
|||
"@stitches/react": "^0.2.3",
|
||||
"@tldraw/tldraw": "*",
|
||||
"idb": "^6.1.2",
|
||||
"next": "^11.0.1",
|
||||
"next": "^11.1.0",
|
||||
"next-transpile-modules": "^8.0.0",
|
||||
"react": "^17.0.2",
|
||||
"react-dom": "^17.0.2"
|
||||
|
|
Loading…
Reference in a new issue