Skip to content

Commit

Permalink
Cleanup the whole config-parser class
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoann Chaudet committed Jul 19, 2022
1 parent 3efd613 commit f830cbc
Show file tree
Hide file tree
Showing 8 changed files with 312 additions and 238 deletions.
2 changes: 2 additions & 0 deletions src/blank-configurations/gatsby.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// Default Pages configuration for Gatsby
module.exports = {}
3 changes: 3 additions & 0 deletions src/blank-configurations/next.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
// Default Pages configuration for Next
const nextConfig = {}
module.exports = nextConfig
2 changes: 2 additions & 0 deletions src/blank-configurations/nuxt.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// Default Pages configuration for Nuxt
export default {}
Loading

0 comments on commit f830cbc

Please sign in to comment.