feat: ✨ add taxes app
This commit is contained in:
parent
4e4257d788
commit
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/**"]
|
"outputs": ["dist/**", ".next/**"]
|
||||||
},
|
},
|
||||||
"build#saleor-app-data-importer": {
|
"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": {
|
"build#saleor-app-invoices": {
|
||||||
"env": [
|
"env": [
|
||||||
|
@ -109,6 +114,18 @@
|
||||||
"MONITORING_APP_API_URL"
|
"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": {
|
"lint": {
|
||||||
"outputs": []
|
"outputs": []
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue