summaryrefslogtreecommitdiff
path: root/deno.json
diff options
context:
space:
mode:
authorseth <[email protected]>2024-07-05 18:26:55 -0400
committerseth <[email protected]>2024-08-23 08:30:48 -0400
commit67fba5edad38f8a4651a6a782c7abdc696a464ff (patch)
tree1b2ad1572d8938a89e096955d5a46f519a16f5fb /deno.json
parent9135c80ee930045c889f64269735b8319896e2f4 (diff)
back to lume for the 1000th time
Diffstat (limited to 'deno.json')
-rw-r--r--deno.json18
1 files changed, 18 insertions, 0 deletions
diff --git a/deno.json b/deno.json
new file mode 100644
index 0000000..d95b687
--- /dev/null
+++ b/deno.json
@@ -0,0 +1,18 @@
+{
+ "imports": {
+ "lume/": "https://deno.land/x/[email protected]/"
+ },
+ "tasks": {
+ "lume": "echo \"import 'lume/cli.ts'\" | deno run -A -",
+ "build": "deno task lume",
+ "serve": "deno task lume -s"
+ },
+ "fmt": {
+ "useTabs": true
+ },
+ "compilerOptions": {
+ "types": [
+ "lume/types.ts"
+ ]
+ }
+}