mirror of
https://github.com/twentyhq/twenty
synced 2026-04-21 13:37:22 +00:00
* 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>
8 lines
214 B
Makefile
8 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
|