Compare commits
1 commit
main
...
feat/add-t
Author | SHA1 | Date | |
---|---|---|---|
![]() |
f8fc5832c2 |
2 changed files with 948 additions and 20 deletions
949
pnpm-lock.yaml
949
pnpm-lock.yaml
File diff suppressed because it is too large
Load diff
19
turbo.json
19
turbo.json
|
@ -9,7 +9,12 @@
|
|||
"outputs": ["dist/**", ".next/**"]
|
||||
},
|
||||
"build#saleor-app-data-importer": {
|
||||
"env": ["APL", "NEXT_PUBLIC_NUVO_LICENSE_KEY", "NEXT_PUBLIC_VERCEL_ENV", "NEXT_PUBLIC_NUVO_PROD_MODE"]
|
||||
"env": [
|
||||
"APL",
|
||||
"NEXT_PUBLIC_NUVO_LICENSE_KEY",
|
||||
"NEXT_PUBLIC_VERCEL_ENV",
|
||||
"NEXT_PUBLIC_NUVO_PROD_MODE"
|
||||
]
|
||||
},
|
||||
"build#saleor-app-invoices": {
|
||||
"env": [
|
||||
|
@ -109,6 +114,18 @@
|
|||
"MONITORING_APP_API_URL"
|
||||
]
|
||||
},
|
||||
"build#saleor-app-taxes": {
|
||||
"env": [
|
||||
"APL",
|
||||
"VERCEL_URL",
|
||||
"NODE_ENV",
|
||||
"APP_DEBUG",
|
||||
"REST_APL_ENDPOINT",
|
||||
"REST_APL_TOKEN",
|
||||
"SECRET_KEY",
|
||||
"PORT"
|
||||
]
|
||||
},
|
||||
"lint": {
|
||||
"outputs": []
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue