diff options
| author | seth <[email protected]> | 2024-02-12 20:29:15 -0500 |
|---|---|---|
| committer | seth <[email protected]> | 2024-02-13 00:24:08 -0500 |
| commit | 2cbc22348ef038181e1dc89635a3be005604a4ca (patch) | |
| tree | 33a33ffe0203b730078d01c5d7d3951239619ca9 /deno.json | |
| parent | 05780c6b2d8b184122a32095c50363a6c8617d64 (diff) | |
back to astro
Diffstat (limited to 'deno.json')
| -rw-r--r-- | deno.json | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/deno.json b/deno.json deleted file mode 100644 index 6130f5f..0000000 --- a/deno.json +++ /dev/null @@ -1,18 +0,0 @@ -{ - "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]/", - "catppuccin": "npm:@catppuccin/[email protected]", - "cssnano": "npm:[email protected]" - }, - "compilerOptions": { - "types": ["lume/types.ts"] - }, - "fmt": { - "useTabs": true - } -} |
