Skip to content

Commit

Permalink
chore: Add wrangler config to enable ALS
Browse files Browse the repository at this point in the history
  • Loading branch information
Fryuni committed Aug 19, 2024
1 parent 771f951 commit 26d45a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions examples/deploy-cloudflare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ if [ ! -d "$SCRIPT_DIR/$PROJECT_NAME" ]; then
exit 1
fi

cp "$SCRIPT_DIR/wrangler.toml" "$SCRIPT_DIR/$PROJECT_NAME/wrangler.toml"
cd "$SCRIPT_DIR/$PROJECT_NAME"

# Check that the project is an Astro project
Expand Down
1 change: 1 addition & 0 deletions examples/wrangler.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
compatibility_flags = ["nodejs_als"]

0 comments on commit 26d45a4

Please sign in to comment.