mirror of
https://github.com/aleleba/create-react-ssr.git
synced 2026-09-08 11:50:14 -06:00
PR-753737: Se saca el proyecto al directorio Raíz y se actualizan dependencias.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
const config = {
|
||||
env: process.env.ENV ? process.env.ENV : 'production',
|
||||
port: process.env.PORT ? process.env.PORT : 80,
|
||||
};
|
||||
|
||||
module.exports = { config: config };
|
||||
Reference in New Issue
Block a user