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
5 changed files with 8 additions and 1 deletions
+3
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
+1
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: [
+2
View File
@@ -0,0 +1,2 @@
// Empty module stub for excluding optional dependencies
export {};
Submodule
+1
Submodule packages/qcms added at fc23a407f1