fix(server): unable to depend on src

This commit is contained in:
Elian Doran 2025-05-22 15:37:34 +03:00
parent edc180189c
commit 3b9683d763
No known key found for this signature in database

View File

@ -231,6 +231,7 @@
},
"exports": {
"./package.json": "./package.json",
"./src/*": "./src/*",
".": {
"development": "./src/main.ts",
"types": "./dist/main.d.ts",