mirror of
https://github.com/documenso/documenso
synced 2026-04-21 13:27:18 +00:00
mon repo nodule with npm i remove import error at least
This commit is contained in:
parent
3596d56001
commit
d1617e3693
4 changed files with 10114 additions and 1 deletions
|
|
@ -9,6 +9,7 @@
|
|||
"lint": "next lint"
|
||||
},
|
||||
"dependencies": {
|
||||
"@documenso/prisma": "*",
|
||||
"@headlessui/react": "^1.7.4",
|
||||
"@heroicons/react": "^2.0.13",
|
||||
"@tailwindcss/forms": "^0.5.3",
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
import { PrismaClient } from "@documenso/prisma";
|
||||
import PrismaClient from "@documenso/prisma";
|
||||
import type { NextApiRequest, NextApiResponse } from "next";
|
||||
|
||||
export default async function userHandler(
|
||||
|
|
|
|||
10104
package-lock.json
generated
Normal file
10104
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load diff
8
package.json
Normal file
8
package.json
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
{
|
||||
"name": "documenso-monorepo",
|
||||
"version": "0.0.0",
|
||||
"workspaces": [
|
||||
"apps/*",
|
||||
"packages/*"
|
||||
]
|
||||
}
|
||||
Loading…
Reference in a new issue