
Add docker-compose with Postgres Install Prisma and generate empty schema Install Prisma client Add app config model and migration Add repository for Algolia Configuration Migrate metadata to postgres Replace webhooks metadata with PRisma Add worker and skeleton code Implement worker job and removed from the frontend Attempt to display jobs list Worker utils Run worker in the same thread on dev Run worker in the same thread on dev Build scripts fix dev mode Dockerfiles prod dockerfiles docker wip docker wip wip working docker wip working docker wip - working without prisma migrate
25 lines
522 B
JSON
25 lines
522 B
JSON
{
|
|
"$schema": "https://turbo.build/schema.json",
|
|
"extends": ["//"],
|
|
"pipeline": {
|
|
"build": {
|
|
"env": [
|
|
"APL",
|
|
"APP_DEBUG",
|
|
"NODE_ENV",
|
|
"SECRET_KEY",
|
|
"ALLOWED_DOMAIN_PATTERN",
|
|
"REST_APL_ENDPOINT",
|
|
"REST_APL_TOKEN",
|
|
"SENTRY_AUTH_TOKEN",
|
|
"SENTRY_PROJECT",
|
|
"SENTRY_DSN",
|
|
"SENTRY_ORG",
|
|
"NEXT_PUBLIC_VERCEL_ENV",
|
|
"DATABASE_URL",
|
|
"RUN_WORKER_IN_NEXT_PROCESS",
|
|
"NEXT_RUNTIME"
|
|
]
|
|
}
|
|
}
|
|
}
|