[remix] Return framework.version in build result (#9596)

This commit is contained in:
Nathan Rajlich
2023-03-02 20:29:55 -08:00
committed by GitHub
parent df93b01248
commit dc9ec1bc6d

View File

@@ -386,7 +386,7 @@ module.exports = config;`;
dest: '/404', dest: '/404',
}); });
return { routes, output }; return { routes, output, framework: { version: remixVersion } };
}; };
function hasScript(scriptName: string, pkg: PackageJson | null) { function hasScript(scriptName: string, pkg: PackageJson | null) {