Skip to content

Commit

Permalink
move to src dir
Browse files Browse the repository at this point in the history
  • Loading branch information
owens1127 committed Oct 29, 2024
1 parent dcf25d9 commit 5cc39e4
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/env/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"version": "0.1.0",
"type": "module",
"exports": {
".": "./env.js"
".": "./src/env.js"
},
"license": "MIT",
"scripts": {
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion packages/env/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"types": ["bun"],
"allowJs": true
},
"include": ["env.js", "env.d.ts"],
"include": ["src"],
"exclude": ["node_modules"]
}

0 comments on commit 5cc39e4

Please sign in to comment.