A gateway service that allows for scriptable logic
Just add to app/deps.ts
deno cache --lock-write --lock=app/lock.json app/deps.ts
deno cache --reload --lock=app/lock.json app/deps.ts
docker build --tag fusionscriptservice:latest .
A gateway service that allows for scriptable logic
Just add to app/deps.ts
deno cache --lock-write --lock=app/lock.json app/deps.ts
deno cache --reload --lock=app/lock.json app/deps.ts
docker build --tag fusionscriptservice:latest .