Skip to content

Commit

Permalink
feat: ✨ test
Browse files Browse the repository at this point in the history
  • Loading branch information
G committed Dec 27, 2023
1 parent c11bed3 commit 253a176
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/admin/src/_createProductionServer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,6 @@ Object.keys(modules).forEach((key) => {
* Used in a production environment, need to manually import all modules.
*/
export function setupProdMockServer() {
console.log(mockModules);
createProdMockServer(mockModules);
}

0 comments on commit 253a176

Please sign in to comment.