Skip to content

Commit

Permalink
testing import map location in config.toml file
Browse files Browse the repository at this point in the history
  • Loading branch information
Amiralizim committed Oct 29, 2024
1 parent 6e438e6 commit 58d4606
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions supabase/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -159,5 +159,8 @@ s3_access_key = "env(S3_ACCESS_KEY)"
# Configures AWS_SECRET_ACCESS_KEY for S3 bucket
s3_secret_key = "env(S3_SECRET_KEY)"

[functions]
import_map = "../functions/deno.json"

[functions.stripe_webhook]
verify_jwt = false

0 comments on commit 58d4606

Please sign in to comment.