* Update scripts and documentation to use nx and new monorepo architecture * Start fixing docker * Migrate eslint plugin and postgres setup * Fix docker * Fix patches * Fix * fix: wip try to fix the patches * Apply patches --------- Co-authored-by: Jérémy Magrin <jeremy.magrin@gmail.com>
9 lines
214 B
Makefile
9 lines
214 B
Makefile
provision-postgres-macos-arm:
|
|
sh ./scripts/setup-postgres-macos-arm.sh
|
|
|
|
provision-postgres-macos-intel:
|
|
sh ./scripts/setup-postgres-macos-intel.sh
|
|
|
|
provision-postgres-linux:
|
|
sh ./scripts/setup-postgres-linux.sh
|