Skip to content

Commit

Permalink
exclude dist folder from deno validation
Browse files Browse the repository at this point in the history
  • Loading branch information
seriousme committed Nov 2, 2024
1 parent 2a46af5 commit ad57db7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@
"exports": {
"./server": "./server/mod.ts",
"./client": "./client/mod.ts"
}
},
"exclude": ["dist"]
}

0 comments on commit ad57db7

Please sign in to comment.