mirror of
https://github.com/aleleba/create-react-ssr.git
synced 2025-06-20 04:48:30 -06:00
Passing Test, routes and config to ts and tsx format.
This commit is contained in:
6
config/index.ts
Normal file
6
config/index.ts
Normal file
@ -0,0 +1,6 @@
|
||||
const config = {
|
||||
env: process.env.ENV ? process.env.ENV : 'production',
|
||||
port: process.env.PORT ? process.env.PORT : 80,
|
||||
};
|
||||
|
||||
export default config;
|
Reference in New Issue
Block a user