File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2424 "dependencies" : {
2525 "@auth0/auth0-spa-js" : " ^2.1.3" ,
2626 "@datadog/browser-rum" : " ^5.9.0" ,
27- "@formbricks/js" : " 1.2.0" ,
2827 "@linuxfoundation/lfx-ui-core" : " ^0.0.20" ,
2928 "@nangohq/frontend" : " ^0.9.0" ,
30- "@nangohq/frontend-v2" : " npm:@nangohq/frontend@^0.52.4" ,
3129 "@sxzz/popperjs-es" : " ^2.11.7" ,
3230 "@tailwindcss/line-clamp" : " ^0.4.2" ,
3331 "@tanstack/vue-query" : " ^5.75.1" ,
Original file line number Diff line number Diff line change @@ -18,8 +18,6 @@ declare -a ENV_VARIABLES=(
1818 " VUE_APP_HOTJAR_KEY"
1919 " VUE_APP_ENV"
2020 " VUE_APP_NANGO_URL"
21- " VUE_APP_FORMBRICKS_URL"
22- " VUE_APP_FORMBRICKS_ENVIRONMENT_ID"
2321 " VUE_APP_STRIPE_GROWTH_PLAN_PAYMENT_LINK"
2422 " VUE_APP_STRIPE_CUSTOMER_PORTAL_LINK"
2523 " VUE_APP_IS_GIT_ENABLED"
Original file line number Diff line number Diff line change @@ -27,10 +27,6 @@ const defaultConfig = {
2727 env : import . meta. env . VUE_APP_ENV ,
2828 hotjarKey : import . meta. env . VUE_APP_HOTJAR_KEY ,
2929 nangoUrl : import . meta. env . VUE_APP_NANGO_URL ,
30- formbricks : {
31- url : import . meta. env . VUE_APP_FORMBRICKS_URL ,
32- environmentId : import . meta. env . VUE_APP_FORMBRICKS_ENVIRONMENT_ID ,
33- } ,
3430 stripe : {
3531 publishableKey : import . meta. env . VUE_APP_STRIPE_PUBLISHABLE_KEY || '' ,
3632 growthPlanPaymentLink :
@@ -80,10 +76,6 @@ const composedConfig = {
8076 nangoUrl : 'CROWD_VUE_APP_NANGO_URL' ,
8177 typeformId : 'CROWD_VUE_APP_TYPEFORM_ID' ,
8278 typeformTitle : 'CROWD_VUE_APP_TYPEFORM_TITLE' ,
83- formbricks : {
84- url : 'CROWD_VUE_APP_FORMBRICKS_URL' ,
85- environmentId : 'CROWD_VUE_APP_FORMBRICKS_ENVIRONMENT_ID' ,
86- } ,
8779 stripe : {
8880 publishableKey : 'CROWD_VUE_APP_STRIPE_PUBLISHABLE_KEY' || '' ,
8981 growthPlanPaymentLink :
You can’t perform that action at this time.
0 commit comments