mirror of
https://github.com/LukeHagar/vercel.git
synced 2025-12-10 12:57:47 +00:00
[remix] Return framework.version in build result (#9596)
This commit is contained in:
@@ -386,7 +386,7 @@ module.exports = config;`;
|
||||
dest: '/404',
|
||||
});
|
||||
|
||||
return { routes, output };
|
||||
return { routes, output, framework: { version: remixVersion } };
|
||||
};
|
||||
|
||||
function hasScript(scriptName: string, pkg: PackageJson | null) {
|
||||
|
||||
Reference in New Issue
Block a user