chore(fdroid): get rid of wasm binaries in fdroid build (#3677)

This commit is contained in:
Huang Xin 2026-03-30 00:31:46 +08:00 committed by GitHub
parent 84349ab12d
commit b3333c384c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 8 additions and 1 deletions

3
.gitmodules vendored
View file

@ -16,3 +16,6 @@
[submodule "apps/readest-app/.claude/skills/gstack"]
path = apps/readest-app/.claude/skills/gstack
url = https://github.com/garrytan/gstack.git
[submodule "packages/qcms"]
path = packages/qcms
url = https://github.com/mozilla/pdf.js.qcms.git

View file

@ -38,6 +38,7 @@ const nextConfig = {
turbopack: {
resolveAlias: {
nunjucks: 'nunjucks/browser/nunjucks.js',
...(appPlatform !== 'web' ? { '@tursodatabase/database-wasm': './src/utils/stub.ts' } : {}),
},
},
transpilePackages: [

View file

@ -0,0 +1,2 @@
// Empty module stub for excluding optional dependencies
export {};

1
packages/qcms Submodule

@ -0,0 +1 @@
Subproject commit fc23a407f1ed9ccfea15875d27e0936dcc798a1f

@ -1 +1 @@
Subproject commit 3e4689325f769da999a407b07bc705b1f91c5622
Subproject commit 5e5b56f5b82394e7df07f9171ac70f4578b24a32