Mai
Mai•3y ago

Is it possible to make deno always have permission to read files?

Title self explanatory
4 Replies
Doctor 🤖
Doctor 🤖•3y ago
deno run --allow-read main.ts
Mai
MaiOP•3y ago
is it possible to do it so it'll always work without the flag?
bartlomieju
bartlomieju•3y ago
no, you'll need to add an alias to your shell if you want that
Antonio Sampaio
Antonio Sampaio•3y ago
or make a task

Did you find this page helpful?