Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
igalklebanov committed Mar 2, 2025
1 parent 75defcd commit 0625058
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/utils/jiti.mts
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@ async function getJitiAliasFromTSConfig(): Promise<Record<string, string>> {
}

async function getJitiAliasFromDenoJSON(): Promise<Record<string, string>> {
if (!isDeno) {
return {}
}
// if (!isDeno) {
return {}
// }

return {
'@db/sqlite': 'jsr:@db/sqlite@^0.12.0',
}
// return {
// '@db/sqlite': 'jsr:@db/sqlite@^0.12.0',
// }
}

function removeWildcards(path: string): string {
Expand Down

0 comments on commit 0625058

Please sign in to comment.