Skip to content

Commit

Permalink
chore: update config comments
Browse files Browse the repository at this point in the history
  • Loading branch information
cossssmin committed Aug 1, 2024
1 parent 5a6d824 commit 6b65bfd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,9 @@
|-------------------------------------------------------------------------------
|
| This is the base configuration that Maizzle will use when you run commands
| like `npm run build` or `npm run serve`. Additional config files will
| like `npm run build` or `npm run dev`. Additional config files will
| inherit these settings, and can override them when necessary.
|
*/

/** @type {import('@maizzle/framework').Config} */
Expand Down
2 changes: 1 addition & 1 deletion config.production.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
|-------------------------------------------------------------------------------
|
| This is the production configuration that Maizzle will use when you run the
| `npm run build` command. These settings will be merged on top of the base
| `npm run build` command. Settings here will be merged on top of the base
| `config.js`, so you only need to add the options that are changing.
|
*/
Expand Down

0 comments on commit 6b65bfd

Please sign in to comment.