Skip to content

Commit

Permalink
Merge pull request #64 from deco-sites/feat/deno1-38-0
Browse files Browse the repository at this point in the history
feat: remove deno deps after 1.38.0
  • Loading branch information
tlgimenes authored Nov 3, 2023
2 parents 5e8ae34 + 33148ea commit 7168b30
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion deno.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"daisyui": "npm:[email protected]"
},
"tasks": {
"start": "deno task bundle && deno run -A --unstable --watch=tailwind.css,sections/,functions/,loaders/,actions/,workflows/,accounts/,.env dev.ts",
"start": "deno task bundle && deno run -A --unstable --env --watch=tailwind.css,sections/,functions/,loaders/,actions/,workflows/,accounts/,.env dev.ts",
"gen": "deno run -A dev.ts --gen-only",
"play": "USE_LOCAL_STORAGE_ONLY=true deno task start",
"component": "deno eval 'import \"deco/scripts/component.ts\"'",
Expand Down
3 changes: 0 additions & 3 deletions dev.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
#!/usr/bin/env -S deno run -A --watch
import "https://deno.land/x/[email protected]/load.ts";

import dev from "$fresh/dev.ts";
import config from "./fresh.config.ts";

Expand Down

1 comment on commit 7168b30

@deno-deploy
Copy link
Contributor

@deno-deploy deno-deploy bot commented on 7168b30 Nov 3, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Failed to deploy:

npm package '@opentelemetry/otlp-transformer' does not exist.

Please sign in to comment.