mirror of
https://github.com/readest/readest
synced 2026-04-21 13:37:44 +00:00
chore(fdroid): get rid of wasm binaries in fdroid build (#3677)
This commit is contained in:
parent
84349ab12d
commit
b3333c384c
5 changed files with 8 additions and 1 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -38,6 +38,7 @@ const nextConfig = {
|
|||
turbopack: {
|
||||
resolveAlias: {
|
||||
nunjucks: 'nunjucks/browser/nunjucks.js',
|
||||
...(appPlatform !== 'web' ? { '@tursodatabase/database-wasm': './src/utils/stub.ts' } : {}),
|
||||
},
|
||||
},
|
||||
transpilePackages: [
|
||||
|
|
|
|||
2
apps/readest-app/src/utils/stub.ts
Normal file
2
apps/readest-app/src/utils/stub.ts
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
// Empty module stub for excluding optional dependencies
|
||||
export {};
|
||||
1
packages/qcms
Submodule
1
packages/qcms
Submodule
|
|
@ -0,0 +1 @@
|
|||
Subproject commit fc23a407f1ed9ccfea15875d27e0936dcc798a1f
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 3e4689325f769da999a407b07bc705b1f91c5622
|
||||
Subproject commit 5e5b56f5b82394e7df07f9171ac70f4578b24a32
|
||||
Loading…
Reference in a new issue