Skip to content

Commit 577a72f

Browse files
authored
feat: add solidJs Start framework & SST Ion lib (#211)
1 parent 71e607b commit 577a72f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

update.mjs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ const tex = [
178178
// frameworks and their specific files
179179
// @keep-sorted
180180
const frameworks = {
181+
'app.config.*':
181182
'artisan': ['server.php', 'webpack.mix.js'],
182183
'astro.config.*': [],
183184
'gatsby-config.*': ['gatsby-browser.*', 'gatsby-node.*', 'gatsby-ssr.*', 'gatsby-transformer.*'],
@@ -210,6 +211,7 @@ const libraries = [
210211
'panda.config.*',
211212
'postcss.config.*',
212213
'rspack.config.*',
214+
'sst.config.*',
213215
'svgo.config.*',
214216
'tailwind.config.*',
215217
'uno.config.*',

0 commit comments

Comments
 (0)