Skip to content

Commit fa02c48

Browse files
committed
Reintroduce missing podModulePrefix
It shouldn't be used, but it wasn't properly deprecated before, so I'm adding it back so a future me or someone else may deprecate it for good.
1 parent c168ca3 commit fa02c48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

files/app/config/environment.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ assert(
2626

2727
export default config as {
2828
modulePrefix: string;
29+
podModulePrefix?: string;
2930
locationType: string;
3031
rootURL: string;
3132
APP: Record<string, unknown>;

0 commit comments

Comments
 (0)