
* Extract logger * Replace logger with shared one * Replace CRM logger with shared one * Replace E&M logger with shared one * Replace invoices logger with shared one * Replace Products Feed logger with shared one * Replace Search logger with shared one * Replace Taxes logger with shared one * Uninstall pino from apps direct dependency * Update docs * Update changeset * Bumped Klaviyo typescript version to hopefully unblock the build * Change packageManager field to pnpm 8.2.0 * removed package manager field from klaviyo package.json
19 lines
345 B
JSON
19 lines
345 B
JSON
{
|
|
"$schema": "https://turbo.build/schema.json",
|
|
"extends": ["//"],
|
|
"pipeline": {
|
|
"build": {
|
|
"env": [
|
|
"APL",
|
|
"APP_LOG_LEVEL",
|
|
"NODE_ENV",
|
|
"SECRET_KEY",
|
|
"PORT",
|
|
"VERCEL_URL",
|
|
"REST_APL_ENDPOINT",
|
|
"REST_APL_TOKEN",
|
|
"ALLOWED_DOMAIN_PATTERN"
|
|
]
|
|
}
|
|
}
|
|
}
|