refactor(web): move website into turbo app workspace
This commit is contained in:
parent
2664804e91
commit
b4e626a868
66 changed files with 318 additions and 298 deletions
|
|
@ -3,6 +3,8 @@
|
|||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"paths": {
|
||||
"@dimensionlab/ui": ["../../packages/ui/src/index.ts"],
|
||||
"@dimensionlab/ui/styles.css": ["../../packages/ui/src/styles.css"],
|
||||
"$lib/*": ["src/lib/*"]
|
||||
},
|
||||
"types": ["node", "bun-types", "react", "react-dom", "vite/client"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue