Makefile 194 B

12345678910
  1. PHONY: dev
  2. dev:
  3. deno run \
  4. --config tsconfig.json \
  5. --watch \
  6. --allow-net \
  7. --allow-read=config.json,store.db,store.db-journal \
  8. --allow-write=store.db,store.db-journal \
  9. index.ts