Skip to content

Commit

Permalink
Remove fresh and use htmx only
Browse files Browse the repository at this point in the history
Signed-off-by: Marcos Candeia <[email protected]>
  • Loading branch information
mcandeia committed Aug 9, 2024
1 parent 168a551 commit 1d0dd5f
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 76 deletions.
11 changes: 8 additions & 3 deletions deno.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"imports": {
"deco/": "https://cdn.jsdelivr.net/gh/deco-cx/[email protected]/",
"apps/": "https://cdn.jsdelivr.net/gh/deco-cx/[email protected]/",
"$fresh/": "https://deno.land/x/[email protected]/",
"@preact/signals": "https://esm.sh/*@preact/[email protected]",
"@preact/signals-core": "https://esm.sh/*@preact/[email protected]",
Expand All @@ -19,12 +21,15 @@
"@std/semver": "jsr:@std/semver@^0.224.3",
"@std/streams": "jsr:@std/streams@^1.0.0",
"@std/testing": "jsr:@std/testing@^1.0.0",
"apps/": "../apps/",
"daisyui": "npm:[email protected]",
"deco/": "../deco/",
"preact": "npm:[email protected]",
"preact-render-to-string": "https://esm.sh/*[email protected]",
"std/": "https://deno.land/[email protected]/"
"std/": "https://deno.land/[email protected]/",
"@cliffy/prompt": "jsr:@cliffy/prompt@^1.0.0-rc.5",
"@core/asyncutil": "jsr:@core/asyncutil@^1.0.0",
"@deco/durable": "jsr:@deco/durable@^0.5.3",
"@deco/warp": "jsr:@deco/[email protected]",
"@zaubrik/djwt": "jsr:@zaubrik/djwt@^3.0.2"
},
"tasks": {
"start": "deno task bundle && deno run -A --unstable-http --env --config=deno.json https://deco.cx/run --build-cmd 'deno task build' -- deno task dev",
Expand Down
11 changes: 0 additions & 11 deletions fresh.config.ts

This file was deleted.

17 changes: 0 additions & 17 deletions fresh.gen.ts

This file was deleted.

45 changes: 0 additions & 45 deletions routes/_app.tsx

This file was deleted.

0 comments on commit 1d0dd5f

Please sign in to comment.