Skip to content

Commit

Permalink
continue
Browse files Browse the repository at this point in the history
  • Loading branch information
lowlighter committed Dec 16, 2024
1 parent bbf5d99 commit 5187951
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/tools/github_actions_deno_deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ core.setOutput("project", config.deploy.project)
core.setOutput("entrypoint", config.deploy.entrypoint)
core.setOutput("include", config.deploy.include.join(","))
core.setOutput("exclude", config.deploy.exclude.join(","))
core.setOutput("import_map", "deno.jsonc")
core.setOutput("import_map", ".imports_map.json")

await Deno.writeTextFile(".imports_map.json", JSON.stringify({ imports: config.imports }))
2 changes: 2 additions & 0 deletions deno.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@
"@std/path": "jsr:@std/path@^1.0.8",
"@std/regexp": "jsr:@std/regexp@^1.0.0",
"jsdom": "npm:jsdom@^25.0.1",
// Deno deploy dependencies
"@esbuild/linux-x64": "npm:@esbuild/linux-x64@^0.24.0",
// Development dependencies
"@dprint/formatter": "jsr:@dprint/formatter@^0.4.1",
"@libs/testing": "jsr:@libs/testing@^4.0.1",
Expand Down

1 comment on commit 5187951

@deno-deploy
Copy link

@deno-deploy deno-deploy bot commented on 5187951 Dec 16, 2024

Choose a reason for hiding this comment

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

Failed to deploy:

Relative import path "@std/http/unstable-route" not prefixed with / or ./ or ../ and not in import map from "file:///src/www/serve.ts"

Please sign in to comment.