Add env vars back bc we need them!

This commit is contained in:
2026-03-26 14:04:44 -05:00
parent 01cdd5ab4f
commit 13b8b36c4c
2 changed files with 9 additions and 2 deletions

View File

@@ -4,8 +4,7 @@
"type": "module",
"exports": {
".": "./src/index.tsx",
"./hooks": "./src/index.tsx",
"./hooks/*": "./src/hooks/*"
"./hooks": "./src/index.tsx"
},
"license": "MIT",
"scripts": {