somehow working without transpile

This commit is contained in:
Timur Ercan
2023-01-07 15:45:03 +01:00
parent f3ad4b561b
commit 1c6c5a8cc1
7 changed files with 10313 additions and 28 deletions

9
package.json Normal file
View File

@ -0,0 +1,9 @@
{
"name": "documenso",
"version": "0.0.0",
"private": true,
"workspaces": [
"apps/*",
"packages/*"
]
}