Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
nakasyou authored Feb 21, 2024
1 parent 3b1ed19 commit 6921e09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/integrations/cloudflare/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ export default (): AstroIntegration => {
},
async load(id, options) {
if (id.startsWith('@qwik-client-manifest')) {
const manifestPath = (await fg('.tmp-*/q-manifest.json'))[0]!
const manifestPath = (await fg('.tmp-*/q-manifest.json'))[0]! ?? './dist/q-manifest.json'
const manifestJson = await fs.readFile(manifestPath, {
encoding: 'utf-8'
})
Expand Down

0 comments on commit 6921e09

Please sign in to comment.