Skip to content

Commit 1c38362

Browse files
feat: Gatsby (#62)
1 parent d0d7790 commit 1c38362

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

update.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ const frameworks = {
116116
'remix.config.*': ['remix.*'],
117117
'artisan': ['server.php', 'webpack.mix.js'],
118118
'astro.config.*': [],
119+
'gatsby-config.*': ['gatsby-browser.*', 'gatsby-node.*', 'gatsby-ssr.*', 'gatsby-transformer.*'],
119120
}
120121

121122
// library configs, will be appended to all the frameworks

0 commit comments

Comments
 (0)