diff options
-rw-r--r-- | GNUmakefile | 5 | ||||
m--------- | tools | 0 |
2 files changed, 4 insertions, 1 deletions
diff --git a/GNUmakefile b/GNUmakefile index 2da06a95..22729958 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -40,4 +40,7 @@ updates: cd tools/client/ ; ./make-updates.sh frob: - deno run --allow-read=world --allow-write=world/save tools/server/frob/index.ts $(items) + deno run --allow-read=. --allow-write=world/save tools/server/frob/index.ts -- $(items) + +sql: + deno run --allow-read=. --allow-write --allow-net tools/server/frob/index.ts -- --sql diff --git a/tools b/tools -Subproject 26549ea92723843a8522705dd865986804becc9 +Subproject 1af05ee74d0b2ec4e132617ab71bedd30fbfe75 |