diff --git a/.github/workflows/build-and-deploy-app.yml b/.github/workflows/build-and-deploy-app.yml index 06f6ec6..0dcb673 100644 --- a/.github/workflows/build-and-deploy-app.yml +++ b/.github/workflows/build-and-deploy-app.yml @@ -17,7 +17,7 @@ jobs: - name: Build Deno SPA run: | deno install --allow-scripts --reload - VITE_API_URL=https://api.nanoapi.io deno task build:app + VITE_API_URL=${{ vars.VITE_API_URL }} VITE_GOOGLE_ANALYTICS_ID=${{ vars.VITE_GOOGLE_ANALYTICS_ID }} deno task build:app - name: Deploy to Firebase # only deploy on main branch diff --git a/deno.json b/deno.json index de14a7f..e43e3fc 100644 --- a/deno.json +++ b/deno.json @@ -19,6 +19,12 @@ "stripe:forward": "deno task stripe:cli listen --forward-to http://host.docker.internal:4000/billing/webhook", "stripe:mock": "docker run --rm -it -p 12111-12112:12111-12112 stripe/stripe-mock:latest" }, + "lint": { + "exclude": [ + "packages/app/dist/**/*", + "packages/app/public/tarteaucitron/**/*" + ] + }, "compilerOptions": { "strict": true } diff --git a/packages/app/index.html b/packages/app/index.html index 723f898..8720972 100644 --- a/packages/app/index.html +++ b/packages/app/index.html @@ -1,12 +1,100 @@
+ + + +';
+ html += " " + tarteaucitron.lang.adblock + "
";
+ html += " " + tarteaucitron.lang.adblock_call +
+ "";
+ html += "