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

support multiple environments #9

Open
rjrodger opened this issue Aug 16, 2021 · 1 comment
Open

support multiple environments #9

rjrodger opened this issue Aug 16, 2021 · 1 comment

Comments

@rjrodger
Copy link
Contributor

we need:

  • local - exists already - pure in memory local development - all seneca - no external deps
  • sim - simulation of external deps, running local - docker etc - as per dynamodb store tests
  • stage - maybe?
  • integ - maybe?
  • prod - AWS in production

change the repo:
local -> env/local
all the rest go into this env folder

@rjrodger
Copy link
Contributor Author

https://github.com/nodezoo/monorepo/blob/main/local/dev.js - dev.js is the wrong name
should be start.js

then you have:

  • local/start.js
  • sim/start.js
  • etc.

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

No branches or pull requests

1 participant