mirror of
https://github.com/kou029w/_.git
synced 2025-01-31 06:18:07 +00:00
12 lines
323 B
YAML
12 lines
323 B
YAML
# yaml-language-server: $schema=https://deno.land/x/denon@2.4.10/schema.json
|
|
|
|
scripts:
|
|
start:
|
|
cmd: "deno run --import-map=importmap.json app.ts"
|
|
allow: [net]
|
|
test:
|
|
cmd: "deno test --import-map=importmap.json"
|
|
lint:
|
|
cmd: "deno lint --config=deno.json ."
|
|
fmt:
|
|
cmd: "deno fmt --config=deno.json ."
|