mirror of
https://github.com/lingble/twenty.git
synced 2025-11-02 13:47:55 +00:00
* Simplify commands * Simplify commands * Migrate all dev commands to project.json * Fix tests
5 lines
145 B
Bash
Executable File
5 lines
145 B
Bash
Executable File
#!/bin/sh
|
|
export PG_DATABASE_URL=postgres://twenty:twenty@$PG_DATABASE_HOST:$PG_DATABASE_PORT/default
|
|
yarn database:init:prod
|
|
node dist/src/main
|