mirror of
https://github.com/twentyhq/twenty.git
synced 2026-06-21 06:12:05 -04:00
chore: make twenty-server nest command scripts depend on twenty-emails build Closes #4013
5 lines
141 B
Bash
Executable File
5 lines
141 B
Bash
Executable File
#!/bin/sh
|
|
export PG_DATABASE_URL=postgres://twenty:twenty@$PG_DATABASE_HOST:$PG_DATABASE_PORT/default
|
|
yarn database:setup
|
|
node dist/src/main
|