Passing Test, routes and config to ts and tsx format.

This commit is contained in:
2022-05-23 15:32:14 +00:00
parent 5fb382832d
commit 1c5117f6d4
7 changed files with 8 additions and 8 deletions

View File

@ -3,4 +3,4 @@ const config = {
port: process.env.PORT ? process.env.PORT : 80,
};
module.exports = { config: config };
export default config;