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

Commit

Permalink
docs(schema): change srcDir example to src/ (#7503)
Browse files Browse the repository at this point in the history
  • Loading branch information
mahdiboomeri authored Sep 14, 2022
1 parent 9ee5ca2 commit f76c0fe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/schema/src/config/_common.ts
Original file line number Diff line number Diff line change
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

0 comments on commit f76c0fe

Please sign in to comment.