Makefile 167 B

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