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

feat(schema, nuxt): allow user-configurable serverDir#7868

Merged
danielroe merged 2 commits intomainfrom
feat/server-dir
Oct 10, 2022
Merged

feat(schema, nuxt): allow user-configurable serverDir#7868
danielroe merged 2 commits intomainfrom
feat/server-dir

Conversation

@danielroe
Copy link
Copy Markdown
Member

🔗 Linked issue

resolves nuxt/nuxt#14944

❓ Type of change

  • 📖 Documentation (updates to the documentation or readme)
  • 🐞 Bug fix (a non-breaking change that fixes an issue)
  • 👌 Enhancement (improving an existing functionality like performance)
  • ✨ New feature (a non-breaking change that adds functionality)
  • ⚠️ Breaking change (fix or feature that would cause existing functionality to change)

📚 Description

Allows user to specify serverDir.

📝 Checklist

  • I have linked an issue or discussion.
  • I have updated the documentation accordingly.

@danielroe danielroe added enhancement New feature or request 🍰 p2-nice-to-have Priority 2: nothing is broken but it's worth addressing labels Sep 27, 2022
@danielroe danielroe requested a review from pi0 September 27, 2022 14:10
@danielroe danielroe self-assigned this Sep 27, 2022
@codesandbox
Copy link
Copy Markdown

codesandbox Bot commented Sep 27, 2022

CodeSandbox logoCodeSandbox logo  Open in CodeSandbox Web Editor | VS Code | VS Code Insiders

@netlify
Copy link
Copy Markdown

netlify Bot commented Sep 27, 2022

Deploy Preview for nuxt3-docs canceled.

Name Link
🔨 Latest commit 3521650
🔍 Latest deploy log https://app.netlify.com/sites/nuxt3-docs/deploys/6333045ebf54200008448d9b

@cpreston321
Copy link
Copy Markdown
Contributor

cpreston321 commented Sep 27, 2022

@danielroe Do we want to update docs with the new config option apart of this PR ? https://v3.nuxtjs.org/api/configuration/nuxt.config

@danielroe
Copy link
Copy Markdown
Member Author

@cpreston321 You are certainly right, but that page is auto generated from the schema, so it should be up-to-date, unless there are other pages or sections that also need to be updated.

@cpreston321
Copy link
Copy Markdown
Contributor

@danielroe you are right! I honestly thought it was manual and not dynamic!

@danielroe danielroe mentioned this pull request Oct 9, 2022
@danielroe danielroe requested a review from atinux October 10, 2022 10:13
@danielroe danielroe changed the title feat(schema, nuxt): allow user-configurable serverDir feat(schema, nuxt): allow user-configurable serverDir Oct 10, 2022
@danielroe danielroe merged commit 81a8a25 into main Oct 10, 2022
@danielroe danielroe deleted the feat/server-dir branch October 10, 2022 10:49
@danielroe danielroe added the 3.x label Jan 19, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

3.x enhancement New feature or request 🍰 p2-nice-to-have Priority 2: nothing is broken but it's worth addressing

Projects

None yet

Development

Successfully merging this pull request may close these issues.

An option for having separate server and client directories

3 participants