Skip to content

Commit 5a892f8

Browse files
committed
fix: build
1 parent 8bb5444 commit 5a892f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/bin/build.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ class ExternalResource extends ExternalResourcesBuilder {
8181
}
8282

8383
async _getEtag () {
84-
return result( 200, await this._getFileHash( this.#file ) );
84+
return result( 200, "better-sqlite3:" + meta["better-sqlite3"] + ",sqlite:" + meta.sqlite );
8585
}
8686

8787
async _build ( location ) {

0 commit comments

Comments
 (0)