mirror of
https://github.com/engineer-man/piston.git
synced 2025-04-23 13:36:31 +02:00
Merge remote-tracking branch 'origin/production' into Gleam
This commit is contained in:
commit
ae696f061a
21 changed files with 1219 additions and 1473 deletions
2
packages/deno/1.16.2/run
vendored
2
packages/deno/1.16.2/run
vendored
|
@ -1,3 +1,3 @@
|
|||
#!/bin/bash
|
||||
|
||||
DENO_DIR=$PWD deno run $@
|
||||
DENO_DIR=$PWD NO_COLOR=true deno run $@
|
||||
|
|
2
packages/deno/1.7.5/run
vendored
2
packages/deno/1.7.5/run
vendored
|
@ -1,2 +1,2 @@
|
|||
#!/bin/bash
|
||||
DENO_DIR=$PWD deno run "$@"
|
||||
DENO_DIR=$PWD NO_COLOR=true deno run "$@"
|
Loading…
Add table
Add a link
Reference in a new issue