Skip to content

Commit

Permalink
feat: add solidJs Start framework & SST Ion lib (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylegl committed May 25, 2024
1 parent 71e607b commit 577a72f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions update.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ const tex = [
// frameworks and their specific files
// @keep-sorted
const frameworks = {
'app.config.*':
'artisan': ['server.php', 'webpack.mix.js'],
'astro.config.*': [],
'gatsby-config.*': ['gatsby-browser.*', 'gatsby-node.*', 'gatsby-ssr.*', 'gatsby-transformer.*'],
Expand Down Expand Up @@ -210,6 +211,7 @@ const libraries = [
'panda.config.*',
'postcss.config.*',
'rspack.config.*',
'sst.config.*',
'svgo.config.*',
'tailwind.config.*',
'uno.config.*',
Expand Down

0 comments on commit 577a72f

Please sign in to comment.