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

feat: Custom dev ui port(load env from .env) #2702

Closed
wants to merge 19 commits into from

Commits on Jun 6, 2023

  1. Configuration menu
    Copy the full SHA
    d6d1993 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b404e4 View commit details
    Browse the repository at this point in the history
  3. add test cases for loadEnv

    FrankFang committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    589bd15 View commit details
    Browse the repository at this point in the history
  4. lock the version of dotenv

    FrankFang committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    17cd130 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    666c438 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d7ebcbc View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. Configuration menu
    Copy the full SHA
    25f3ada View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40e3e6a View commit details
    Browse the repository at this point in the history
  3. use node:fs instead of fs

    FrankFang committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    80441f4 View commit details
    Browse the repository at this point in the history
  4. reorder imports

    FrankFang committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    5b3eef3 View commit details
    Browse the repository at this point in the history
  5. fix: use fs instead of node:fs because dotenv use fs but not node:fs

    If I use node:fs, then I have to mock node:fs and fs in the same time.
    FrankFang committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    4f0492e View commit details
    Browse the repository at this point in the history
  6. chore: reformat code

    FrankFang committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    09ecb95 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    129d277 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    f1b03a7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d99b613 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    72d4189 View commit details
    Browse the repository at this point in the history
  11. add test for .env.local

    FrankFang committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    604bf96 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    1c6f900 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Configuration menu
    Copy the full SHA
    36c1621 View commit details
    Browse the repository at this point in the history