Add .vizh/run.sh
This commit is contained in:
parent
fe0890b89c
commit
be943071d8
11
.vizh/run.sh
Normal file
11
.vizh/run.sh
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# This script is used to run your program on Vizh.ai
|
||||
#
|
||||
# This runs after .vizh/compile.sh
|
||||
#
|
||||
# Learn more: https://docs.vizh.ai/program-interface
|
||||
|
||||
set -e # Exit on failure
|
||||
|
||||
exec node $(dirname $0)/../dist/index.js "$@"
|
||||
Loading…
Reference in New Issue
Block a user