We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bb5444 commit 5a892f8Copy full SHA for 5a892f8
build/bin/build.js
@@ -81,7 +81,7 @@ class ExternalResource extends ExternalResourcesBuilder {
81
}
82
83
async _getEtag () {
84
- return result( 200, await this._getFileHash( this.#file ) );
+ return result( 200, "better-sqlite3:" + meta["better-sqlite3"] + ",sqlite:" + meta.sqlite );
85
86
87
async _build ( location ) {
0 commit comments