mirror of
https://github.com/twentyhq/twenty.git
synced 2024-11-24 06:48:42 +03:00
ec20117e80
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
|