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

Commits on Sep 15, 2023

  1. fix: env-config.md error

    例如需要改变 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
    lgldlk authored Sep 15, 2023
    Configuration menu
    Copy the full SHA
    da767a9 View commit details
    Browse the repository at this point in the history