aboutsummaryrefslogtreecommitdiff
path: root/gleam.toml
diff options
context:
space:
mode:
Diffstat (limited to 'gleam.toml')
-rw-r--r--gleam.toml5
1 files changed, 5 insertions, 0 deletions
diff --git a/gleam.toml b/gleam.toml
index 1f11984..1fcab13 100644
--- a/gleam.toml
+++ b/gleam.toml
@@ -12,3 +12,8 @@ links = [
[dependencies]
[dev-dependencies]
+
+[javascript.deno]
+allow_read = [
+ "./",
+]