feat(app): fix build error
This commit is contained in:
parent
ea8440f86f
commit
60550976f8
@ -10,6 +10,7 @@
|
|||||||
"preview": "vite preview"
|
"preview": "vite preview"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
"@boring.tools/schema": "workspace:*",
|
||||||
"@boring.tools/ui": "workspace:*",
|
"@boring.tools/ui": "workspace:*",
|
||||||
"@clerk/clerk-react": "^5.9.4",
|
"@clerk/clerk-react": "^5.9.4",
|
||||||
"@tanstack/react-query": "^5.59.0",
|
"@tanstack/react-query": "^5.59.0",
|
||||||
|
@ -1 +1 @@
|
|||||||
{"root":["./src/main.tsx","./src/routeTree.gen.ts","./src/vite-env.d.ts","./src/components/Layout.tsx","./src/components/Navigation.tsx","./src/components/NavigationMobile.tsx","./src/routes/__root.tsx","./src/routes/index.lazy.tsx","./src/routes/changelog/index.lazy.tsx","./src/routes/user/index.lazy.tsx","./src/utils/navigation-routes.ts"],"version":"5.6.2"}
|
{"root":["./src/main.tsx","./src/routeTree.gen.ts","./src/vite-env.d.ts","./src/components/Layout.tsx","./src/components/Navigation.tsx","./src/components/NavigationMobile.tsx","./src/hooks/useChangelog.ts","./src/routes/__root.tsx","./src/routes/index.lazy.tsx","./src/routes/changelog/index.lazy.tsx","./src/routes/user/index.lazy.tsx","./src/utils/navigation-routes.ts","./src/utils/queryFetch.ts"],"version":"5.6.2"}
|
@ -1,6 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "@boring.tools/schema",
|
"name": "@boring.tools/schema",
|
||||||
"module": "src/index.ts",
|
"private": true,
|
||||||
|
"main": "./src/index.ts",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/bun": "latest"
|
"@types/bun": "latest"
|
||||||
|
Loading…
Reference in New Issue
Block a user