add ad services and Docker configuration for web app
Some checks failed
Build Android App / build (push) Has been cancelled

This commit is contained in:
ImBenji
2026-01-02 15:21:27 +00:00
parent 7a88585b6e
commit f1ce1c77a4
22 changed files with 608 additions and 19 deletions

View File

@@ -0,0 +1,3 @@
// Conditional export based on platform
export "adsense_service_stub.dart"
if (dart.library.js_interop) "adsense_service_web.dart";