We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0421db commit dcd885aCopy full SHA for dcd885a
lib/ultra.ts
@@ -40,7 +40,7 @@ export class UltraServer extends Hono {
40
* Parse the provided asset manifest if we have an entrypoint
41
*/
42
const assetManifest: [string, string][] | undefined =
43
- this.mode === "production" && this.entrypoint
+ this.mode === "production"
44
? await this.#parseJsonFile(this.assetManifestPath)
45
: undefined;
46
0 commit comments