Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

docs(schema): change srcDir example to src/ #7503

Merged
merged 1 commit into from Sep 14, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 3 additions & 2 deletions packages/schema/src/config/_common.ts
Expand Up @@ -73,7 +73,7 @@ export default defineUntypedSchema({
* @example
* ```js
* export default {
* srcDir: 'client/'
* srcDir: 'src/'
* }
* ```
* This would work with the following folder structure:
Expand All @@ -82,7 +82,7 @@ export default defineUntypedSchema({
* ---| node_modules/
* ---| nuxt.config.js
* ---| package.json
* ---| client/
* ---| src/
* ------| assets/
* ------| components/
* ------| layouts/
Expand All @@ -91,6 +91,7 @@ export default defineUntypedSchema({
* ------| plugins/
* ------| static/
* ------| store/
* ------| server/
* ```
* @version 2
* @version 3
Expand Down