Render on latest image (#3223)

* Update render setup to use latest images

* Update render setup to use latest images

* Fixes

* Migrate demo seeds to json

* Update plans

* Update plans
This commit is contained in:
Charles Bochet
2024-01-03 16:17:35 +01:00
committed by GitHub
parent f4405b1b38
commit 90f89e31a6
7 changed files with 15015 additions and 4221 deletions

View File

@ -1,6 +1,6 @@
import { EntityManager } from 'typeorm';
import { companiesDemo } from './companies-demo';
import companiesDemo from './companies-demo.json';
export const companyPrefillData = async (
entityManager: EntityManager,

View File

@ -1,6 +1,6 @@
import { EntityManager } from 'typeorm';
import { peopleDemo } from './people-demo';
import peopleDemo from './people-demo.json';
export const personPrefillData = async (
entityManager: EntityManager,