summaryrefslogtreecommitdiff
path: root/deno.json
diff options
context:
space:
mode:
authorseth <[email protected]>2023-03-17 07:37:47 -0400
committerseth <[email protected]>2023-03-17 07:39:55 -0400
commit74e5fd4f4d0bf40cb682ff48973fdd41d86f747b (patch)
treeee3152111bb1d006933b4fda015303af053e7d68 /deno.json
initial commit
Diffstat (limited to 'deno.json')
-rw-r--r--deno.json10
1 files changed, 10 insertions, 0 deletions
diff --git a/deno.json b/deno.json
new file mode 100644
index 0000000..dd0c13e
--- /dev/null
+++ b/deno.json
@@ -0,0 +1,10 @@
+{
+ "tasks": {
+ "lume": "echo \"import 'lume/cli.ts'\" | deno run --unstable -A -",
+ "build": "deno task lume",
+ "serve": "deno task lume -s"
+ },
+ "imports": {
+ "lume/": "https://deno.land/x/[email protected]/"
+ }
+}