Skip to content

Commit

Permalink
docs(starts): fix typo depencies (QwikDev#6631)
Browse files Browse the repository at this point in the history
  • Loading branch information
BuptStEve authored Jul 2, 2024
1 parent 9236a5f commit 8a5ef13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starters/apps/base/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export default defineConfig(({ command, mode }): UserConfig => {
},

/**
* This is an advanced setting. It improves the bundling of your server code. To use it, make sure you understand when your consumed packages are dependencies or dev depencies. (otherwise things will break in production)
* This is an advanced setting. It improves the bundling of your server code. To use it, make sure you understand when your consumed packages are dependencies or dev dependencies. (otherwise things will break in production)
*/
// ssr:
// command === "build" && mode === "production"
Expand Down

0 comments on commit 8a5ef13

Please sign in to comment.