Skip to content

Commit

Permalink
fix: revert temp exclude storage
Browse files Browse the repository at this point in the history
  • Loading branch information
frytg committed Dec 17, 2024
1 parent be71743 commit 0420014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
},
"exclude": ["**/*.md", "**/*.yml", "**/*.yaml"]
},
"workspace": ["./check-required-env", "./crypto", "./dates", "./logger"],
"workspace": ["./check-required-env", "./crypto", "./dates", "./logger", "./storage-s3"],
"imports": {
"@biomejs/biome": "npm:@biomejs/biome@^1.9.4",
"@types/node": "npm:@types/node@^22.10.2",
Expand Down

0 comments on commit 0420014

Please sign in to comment.