You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Introduce the following repository layout:
- `bin` contains scripts shared by all components, currently `bin/migrate.js`
- `migrations` contains SQL migrations scripts and `index.js` for running them
- each component has its own directory with its own fly.toml
- logshipper
- api
- spark-db
- publish
- there is a single Dockerfile shared by all workspaces
- `publish` and `api` are npm workspaces with their own `package.json` file
- the top-level `package.json` file is a npm workspace root
Signed-off-by: Miroslav BajtoΕ‘ <[email protected]>
0 commit comments