Initialization.
This commit is contained in:
commit
4094afff3d
13 changed files with 517 additions and 0 deletions
9
build.sh
Executable file
9
build.sh
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/bash
|
||||
set -e
|
||||
cd "$(dirname "$(realpath "$0")")"
|
||||
|
||||
|
||||
./src/gen.ts
|
||||
mkdir -p target
|
||||
deno compile --allow-env --allow-read --output=target/todo src/todo.ts
|
||||
deno compile --allow-all --output=target/service src/service.ts
|
Loading…
Add table
Add a link
Reference in a new issue