Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: correct env config content from upstream #1899

Merged
merged 1 commit into from
Sep 17, 2023

Conversation

lgldlk
Copy link
Contributor

@lgldlk lgldlk commented Sep 15, 2023

🤔 这个变动的性质是?/ What is the nature of this change?

  • 新特性提交 / New feature
  • bug 修复 / Fix bug
  • 样式优化 / Style optimization
  • 代码风格优化 / Code style optimization
  • 性能优化 / Performance optimization
  • 构建优化 / Build optimization
  • 网站、文档、Demo 改进 / Website, documentation, demo improvements
  • 重构代码或样式 / Refactor code or style
  • 测试相关 / Test related
  • 其他 / Other

💡 需求背景和解决方案 / Background or solution

image
# OS X, Linux
$ PORT=3000 dumi dev

# Windows (cmd.exe)
$ set PORT=3000&&umi dev

fix

$ set PORT=3000&&umi dev

to

$ set PORT=3000&&dumi dev
Language Changelog
🇺🇸 English set PORT=3000&&dumi dev
🇨🇳 Chinese set PORT=3000&&dumi dev

例如需要改变 dumi dev 开发服务器的端口,进可以通过如下命令实现。

# OS X, Linux
$ PORT=3000 dumi dev

# Windows (cmd.exe)
$ set PORT=3000&&umi dev



fix 
$ set PORT=3000&&umi dev
to
$ set PORT=3000&&dumi dev
@vercel
Copy link

vercel bot commented Sep 15, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
dumi ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 15, 2023 9:15am

@PeachScript PeachScript changed the title fix: env-config.md error docs: correct env config content from upstream Sep 17, 2023
Copy link
Member

@PeachScript PeachScript left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

+1

@PeachScript PeachScript merged commit 3855b8d into umijs:master Sep 17, 2023
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants