Daniel Ledda il y a 2 mois
Parent
révision
314ccaa677
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      deno.json

+ 1
- 1
deno.json Voir le fichier

@@ -1,7 +1,7 @@
{
"tasks": {
"start": "deno --allow-read --allow-net --allow-env --allow-write --allow-run main.ts",
"watch": "deno --watch --allow-read --allow-net --allow-env --allow-write --allow-run main.ts"
"watch": "deno --watch --allow-read --allow-net --allow-env --allow-write --allow-run main.ts",
"install": "deno install --entrypoint deps.ts"
},
"fmt": {


Chargement…
Annuler
Enregistrer