feat: add taxes app

This commit is contained in:
Adrian Pilarczyk 2023-02-28 15:09:36 +01:00
parent 4e4257d788
commit f8fc5832c2
2 changed files with 948 additions and 20 deletions

File diff suppressed because it is too large Load diff

View file

@ -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": []
},