4 lines
82 B
Makefile
4 lines
82 B
Makefile
.DEFAULT_GOAL := up
|
|
|
|
up:
|
|
deno run -A --unstable-kv --unstable-temporal x/main.ts
|