mirror of
https://github.com/katanemo/plano.git
synced 2026-07-11 16:12:13 +02:00
fix(www): next.config issue
This commit is contained in:
parent
8375e913b4
commit
be1617b557
6 changed files with 28 additions and 2 deletions
|
|
@ -8,6 +8,18 @@
|
|||
".": {
|
||||
"types": "./src/index.ts",
|
||||
"default": "./src/index.ts"
|
||||
},
|
||||
"./lib/utils": {
|
||||
"types": "./src/lib/utils.ts",
|
||||
"default": "./src/lib/utils.ts"
|
||||
},
|
||||
"./components/*": {
|
||||
"types": "./src/components/*.tsx",
|
||||
"default": "./src/components/*.tsx"
|
||||
},
|
||||
"./components/ui/*": {
|
||||
"types": "./src/components/ui/*.tsx",
|
||||
"default": "./src/components/ui/*.tsx"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue