saleor-apps-redis_apl/apps/apps-cli/turbo.json
2023-06-26 12:49:38 +02:00

17 lines
256 B
JSON

{
"extends": [
"//"
],
"$schema": "https://turbo.build/schema.json",
"pipeline": {
"build": {
"env": [
"APP_DEBUG",
"NODE_ENV",
"INSTANCE_URL",
"USER_EMAIL",
"USER_PASSWORD"
]
}
}
}