Skip to content

Commit

Permalink
fix chunkc
Browse files Browse the repository at this point in the history
  • Loading branch information
nksaraf committed Sep 25, 2023
1 parent cf81fea commit f51b365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vinxi/lib/manifest/dev-server-manifest.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ export function createDevManifest(app) {
} else {
return {
output: {
path: join(router.base, "@fs", absolutePath),
path: join(absolutePath),
},
};
}
Expand Down

0 comments on commit f51b365

Please sign in to comment.