Skip to content

Commit

Permalink
feat: re-introduce GA (#604)
Browse files Browse the repository at this point in the history
  • Loading branch information
crowlKats authored Jul 17, 2024
1 parent 8de5360 commit d83f10e
Show file tree
Hide file tree
Showing 3 changed files with 292 additions and 15 deletions.
3 changes: 2 additions & 1 deletion deno.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"imports": {
"@std/fs": "jsr:@std/fs@^0.229.3",
"lume/": "https://cdn.jsdelivr.net/gh/lumeland/lume@f705c16c43913a0861b3fc88c723024d2d9e3069/"
"ga4": "https://raw.githubusercontent.com/denoland/ga4/04a1ce209116f158b5ef1658b957bdb109db68ed/mod.ts",
"lume/": "https://cdn.jsdelivr.net/gh/lumeland/lume@1ec41559522534fb463888710764f2aadb640adf/"
},
"tasks": {
"lume": "echo \"import 'lume/cli.ts'\" | deno run -A -",
Expand Down
Loading

0 comments on commit d83f10e

Please sign in to comment.