Disable external_node_modules

This commit is contained in:
Sam Carlton 2022-04-26 12:52:44 -05:00
parent 639cded838
commit 41d5b5ec70

View file

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