Skip to content

Commit 647bd45

Browse files
it works partially
Signed-off-by: ivan katliarchuk <[email protected]>
1 parent 2b037e5 commit 647bd45

22 files changed

+12232
-93
lines changed

.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -260,3 +260,6 @@ $RECYCLE.BIN/
260260
**/test-results.json
261261
**/.jest
262262
trash/
263+
264+
.idea/*
265+
**/node_modules/*

scripts/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ echo "in: $directory"
1414

1515
cd $directory
1616

17-
deno run src/app.ts
17+
deno run --allow-all --unstable-sloppy-imports src/app.ts

0 commit comments

Comments
 (0)