
* Add template Cleanup Update queries Basic mailchimp client Add Oauth flow remove next auth * Auth flow, mailchimp button * Basic layouts * session saver for appbridge * ideas drop * basic iframe flow * iframe flow - with post message * saving token in backend * saving token in backend * Extracted settings manager * Refactor audience router * Remove old macaw ui * Nav and layout * display lists and wip add customer * Metadata updater * Allow iframe to NOT have app layout * Add segment coming soon * App layout * Add removing config button * Add iframe * Fix postmessages * Display lists * webhook settings * Connect webhook * remove comment * batch customer adding client * Update macaw * Fetching customers component * Add bulk sync * add temp ts-ignore until macaw is fixed * Improve ui * redesign * Extract sections * Redesign mailchimp login * Refactor sections * Extract mailchimp list picker * Add name mapping * WIP tags, extracted colocated queries to folders * Wip - not working CustomerUpdated subs * Add instructions * Fix webhook config state * Add external links * envs * Protected Oauth handler * Fix instructions * Squash some todos * Instructions update with gql * empty trygger * Add env validation * Fix error message * Update macaw and remove todos * Add metadata manager test * Replace Mailchimp enum to lowercase * Update oauth routes * Fix typo * Add loader to removing config box * Update labeler to include CRM app * Apply suggestions from CR * Fix linter
173 lines
3.8 KiB
JSON
173 lines
3.8 KiB
JSON
{
|
|
"$schema": "https://turbo.build/schema.json",
|
|
"globalDependencies": ["**/.env.*local"],
|
|
"globalEnv": ["VERCEL_ENV"],
|
|
"pipeline": {
|
|
"build": {
|
|
"env": ["NEXT_PUBLIC_VERCEL_ENV"],
|
|
"dependsOn": ["^build"],
|
|
"outputs": ["dist/**", ".next/**"]
|
|
},
|
|
"start": {
|
|
"dependsOn": ["^build"]
|
|
},
|
|
"build#saleor-app-data-importer": {
|
|
"env": [
|
|
"APL",
|
|
"NEXT_PUBLIC_NUVO_LICENSE_KEY",
|
|
"NEXT_PUBLIC_VERCEL_ENV",
|
|
"NEXT_PUBLIC_NUVO_PROD_MODE"
|
|
]
|
|
},
|
|
"build#saleor-app-invoices": {
|
|
"env": [
|
|
"APL",
|
|
"APP_DEBUG",
|
|
"NODE_ENV",
|
|
"SECRET_KEY",
|
|
"TEMP_PDF_STORAGE_DIR",
|
|
"PORT",
|
|
"VERCEL_URL",
|
|
"ALLOWED_DOMAIN_PATTERN",
|
|
"NEXT_PUBLIC_VERCEL_ENV"
|
|
]
|
|
},
|
|
"build#saleor-app-search": {
|
|
"env": [
|
|
"APL",
|
|
"APP_DEBUG",
|
|
"NODE_ENV",
|
|
"SECRET_KEY",
|
|
"ALLOWED_DOMAIN_PATTERN",
|
|
"REST_APL_ENDPOINT",
|
|
"REST_APL_TOKEN",
|
|
"NEXT_PUBLIC_VERCEL_ENV"
|
|
]
|
|
},
|
|
"build#saleor-app-emails-and-messages": {
|
|
"env": [
|
|
"APL",
|
|
"APP_DEBUG",
|
|
"NODE_ENV",
|
|
"SECRET_KEY",
|
|
"ALLOWED_DOMAIN_PATTERN",
|
|
"REST_APL_ENDPOINT",
|
|
"REST_APL_TOKEN",
|
|
"NEXT_PUBLIC_VERCEL_ENV"
|
|
]
|
|
},
|
|
"build#saleor-app-klaviyo": {
|
|
"env": [
|
|
"APL",
|
|
"APP_DEBUG",
|
|
"NODE_ENV",
|
|
"SECRET_KEY",
|
|
"ALLOWED_DOMAIN_PATTERN",
|
|
"REST_APL_ENDPOINT",
|
|
"REST_APL_TOKEN",
|
|
"NEXT_PUBLIC_SENTRY_DSN",
|
|
"SENTRY_DSN",
|
|
"NEXT_PUBLIC_SENTRY_DSN",
|
|
"SENTRY_ORG",
|
|
"SENTRY_PROJECT",
|
|
"SENTRY_AUTH_TOKEN",
|
|
"NEXT_PUBLIC_VERCEL_ENV"
|
|
]
|
|
},
|
|
"build#saleor-app-slack": {
|
|
"env": [
|
|
"APL",
|
|
"APP_DEBUG",
|
|
"NODE_ENV",
|
|
"SECRET_KEY",
|
|
"ALLOWED_DOMAIN_PATTERN",
|
|
"REST_APL_ENDPOINT",
|
|
"REST_APL_TOKEN",
|
|
"NEXT_PUBLIC_SENTRY_DSN",
|
|
"SENTRY_DSN",
|
|
"NEXT_PUBLIC_SENTRY_DSN",
|
|
"SENTRY_ORG",
|
|
"SENTRY_PROJECT",
|
|
"SENTRY_AUTH_TOKEN",
|
|
"NEXT_PUBLIC_VERCEL_ENV"
|
|
]
|
|
},
|
|
"build#saleor-app-products-feed": {
|
|
"env": [
|
|
"APL",
|
|
"APP_DEBUG",
|
|
"NODE_ENV",
|
|
"SECRET_KEY",
|
|
"ALLOWED_DOMAIN_PATTERN",
|
|
"REST_APL_ENDPOINT",
|
|
"REST_APL_TOKEN",
|
|
"NEXT_PUBLIC_SENTRY_DSN",
|
|
"SENTRY_DSN",
|
|
"NEXT_PUBLIC_SENTRY_DSN",
|
|
"SENTRY_ORG",
|
|
"SENTRY_PROJECT",
|
|
"SENTRY_AUTH_TOKEN",
|
|
"NEXT_PUBLIC_VERCEL_ENV",
|
|
"FEED_CACHE_MAX_AGE"
|
|
]
|
|
},
|
|
"build#saleor-app-monitoring": {
|
|
"env": [
|
|
"APL",
|
|
"APP_DEBUG",
|
|
"NODE_ENV",
|
|
"SECRET_KEY",
|
|
"ALLOWED_DOMAIN_PATTERN",
|
|
"REST_APL_ENDPOINT",
|
|
"REST_APL_TOKEN",
|
|
"NEXT_PUBLIC_SENTRY_DSN",
|
|
"SENTRY_DSN",
|
|
"NEXT_PUBLIC_SENTRY_DSN",
|
|
"SENTRY_ORG",
|
|
"SENTRY_PROJECT",
|
|
"SENTRY_AUTH_TOKEN",
|
|
"NEXT_PUBLIC_VERCEL_ENV",
|
|
"MONITORING_APP_API_URL"
|
|
]
|
|
},
|
|
"build#saleor-app-taxes": {
|
|
"env": [
|
|
"APL",
|
|
"APP_DEBUG",
|
|
"NODE_ENV",
|
|
"SECRET_KEY",
|
|
"PORT",
|
|
"VERCEL_URL",
|
|
"REST_APL_ENDPOINT",
|
|
"REST_APL_TOKEN",
|
|
"ALLOWED_DOMAIN_PATTERN"
|
|
]
|
|
},
|
|
"build#saleor-app-crm": {
|
|
"env": [
|
|
"APL",
|
|
"APP_DEBUG",
|
|
"NODE_ENV",
|
|
"SECRET_KEY",
|
|
"PORT",
|
|
"VERCEL_URL",
|
|
"REST_APL_ENDPOINT",
|
|
"REST_APL_TOKEN",
|
|
"ALLOWED_DOMAIN_PATTERN",
|
|
"MAILCHIMP_CLIENT_SECRET",
|
|
"MAILCHIMP_CLIENT_ID"
|
|
]
|
|
},
|
|
"lint": {
|
|
"outputs": []
|
|
},
|
|
"dev": {
|
|
"cache": false
|
|
},
|
|
"test": {},
|
|
"test:ci": {},
|
|
"generate": {
|
|
"outputs": ["generated/"]
|
|
}
|
|
}
|
|
}
|