init
This commit is contained in:
commit
458f217c30
8 changed files with 213 additions and 0 deletions
6
build.sh
Executable file
6
build.sh
Executable file
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
set -e
|
||||
cd "$(dirname "$(realpath "$0")")"
|
||||
|
||||
mkdir -p bin
|
||||
deno compile --output=bin/reciper --allow-read src/main.ts
|
Loading…
Add table
Add a link
Reference in a new issue