diff --git a/starters/apps/base/vite.config.ts b/starters/apps/base/vite.config.ts index 7de1684d069..bd9b3f7f4a1 100644 --- a/starters/apps/base/vite.config.ts +++ b/starters/apps/base/vite.config.ts @@ -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"