Skip to content

Commit

Permalink
build(cf): compatibility between asdf & nvmrc
Browse files Browse the repository at this point in the history
  • Loading branch information
MDLeom committed Apr 9, 2024
1 parent 91bbaa1 commit 305a97d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions wrangler.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
name = "urlhaus-filter"
pages_build_output_dir = "public"

[vars]
ASDF_NODEJS_LEGACY_FILE_DYNAMIC_STRATEGY = "latest_available"

[env.production.vars]
ASDF_NODEJS_LEGACY_FILE_DYNAMIC_STRATEGY = "latest_available"

0 comments on commit 305a97d

Please sign in to comment.