twenty/packages/twenty-docker
Jérémy M 04edf2bf7b
feat: add resolve absolute path util (#5836)
Add a new util called `resolveAbsolutePath` to allow providing absolute
path for environment variable like `STORAGE_LOCAL_PATH`.
If the path in the env start with `/` we'll not prefix it with
`process.cwd()`.

Also we're using a static path for the old `db_initialized` file now
named `db_status` and stop using the env variable for this file as this
one shouldn't ne stored in the `STORAGE_LOCAL_PATH`.

Fix #4794

---------

Co-authored-by: Quentin Galliano <qgalliano@gmail.com>
2024-06-12 21:17:31 +02:00
..
twenty feat: add resolve absolute path util (#5836) 2024-06-12 21:17:31 +02:00
twenty-postgres Simplify docs and remove Docker local setup (#4783) 2024-04-03 16:38:28 +02:00
twenty-postgres-spilo Feat/add postgres spilo (#5049) 2024-04-29 17:09:41 +02:00
twenty-website fix: fix root start script (#5032) 2024-04-19 18:28:02 +02:00
.env.example 5531 update gmail full sync to v2 (#5674) 2024-05-31 13:29:58 +02:00
docker-compose.yml feat: add resolve absolute path util (#5836) 2024-06-12 21:17:31 +02:00
Makefile Fix docs build in CI (#5826) 2024-06-11 19:06:37 +02:00