arabdullah commited on
Commit
33d257c
·
verified ·
1 Parent(s): a119292

Delete ecosystem.config.js

Browse files
Files changed (1) hide show
  1. ecosystem.config.js +0 -17
ecosystem.config.js DELETED
@@ -1,17 +0,0 @@
1
- module.exports = {
2
- apps: [
3
- {
4
- name: 'backend', // Name of the backend process
5
- script: 'node',
6
- args: 'index', // Arguments for nodemon
7
- watch: true
8
- },
9
- {
10
- name: 'frontend', // Name of the frontend process
11
- script: 'npm',
12
- args: 'start',
13
- cwd: './client', // The directory where your frontend is located
14
- watch: true
15
- }
16
- ]
17
- };