Skip to content

Commit

Permalink
fix(remix-dev): update ServerBuild type
Browse files Browse the repository at this point in the history
x-ref #3349

Signed-off-by: Logan McAnsh <logan@mcan.sh>
  • Loading branch information
mcansh committed Jul 14, 2022
1 parent 010abe0 commit 7dfb52b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/remix-dev/server-build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ throw new Error(
export const assets: ServerBuild["assets"] = undefined!;
export const entry: ServerBuild["entry"] = undefined!;
export const routes: ServerBuild["routes"] = undefined!;
export const publicPath: ServerBuild["publicPath"] = undefined!;
// prettier-ignore
export const assetsBuildDirectory: ServerBuild["assetsBuildDirectory"] = undefined!;

0 comments on commit 7dfb52b

Please sign in to comment.