Skip to content

Commit

Permalink
fix(deploy): Added node module resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
Eengineer1 committed Aug 26, 2022
1 parent a079d53 commit 74234bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -450,3 +450,4 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
#.idea/
cred.json
_wrangler.toml
2 changes: 2 additions & 0 deletions wrangler.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ kv_namespaces = [
{ binding = "CREDENTIALS", preview_id = "08f012b41df44fd3b6849100d02b7cba", id = "08f012b41df44fd3b6849100d02b7cba" }
]

node_compat = true

# Map of environment variables to set when deploying the Worker
# Not inherited. @default `{}`
# [vars]
Expand Down

0 comments on commit 74234bb

Please sign in to comment.