Add service and packaging.
This commit is contained in:
parent
b0c07ef3a3
commit
e18e84e573
5 changed files with 33 additions and 2 deletions
4
build.sh
4
build.sh
|
@ -5,5 +5,5 @@ 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
|
||||
deno compile --allow-env --allow-read --output=target/todo src/todo.ts
|
||||
deno compile --allow-all --output=target/feseur-service src/feseur-service.ts
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue