fix: add workspaces to package.json

This commit is contained in:
Henry
2024-01-09 14:48:23 +00:00
parent fac4cc97e3
commit b3aad30893

View File

@@ -12,6 +12,10 @@
"lint": "next lint", "lint": "next lint",
"start": "next start" "start": "next start"
}, },
"workspaces": [
"*",
"src/email/*"
],
"dependencies": { "dependencies": {
"@auth/drizzle-adapter": "^0.3.12", "@auth/drizzle-adapter": "^0.3.12",
"@headlessui/react": "^1.7.17", "@headlessui/react": "^1.7.17",