Include astro in external_node_modules

This commit is contained in:
Sam Carlton 2022-04-26 12:50:42 -05:00
parent 80dc0ed9e4
commit 639cded838

View file

@ -12,7 +12,7 @@
# node_bundler = "esbuild"
# Flags "astro" as an external node module for all functions
# external_node_modules = ["astro"]
external_node_modules = ["astro"]
# Includes all Markdown files inside the "files/" directory.
# included_files = ["files/*.md"]