Refactor code structure for improved readability and maintainability
All checks were successful
Deploy / deploy (push) Successful in 10m26s
All checks were successful
Deploy / deploy (push) Successful in 10m26s
This commit is contained in:
@@ -12,6 +12,12 @@
|
||||
"runtimeExecutable": "npm",
|
||||
"runtimeArgs": ["run", "dev", "--", "-p", "3100"],
|
||||
"port": 3100
|
||||
},
|
||||
{
|
||||
"name": "prod-3100",
|
||||
"runtimeExecutable": "pnpm",
|
||||
"runtimeArgs": ["start", "-p", "3100"],
|
||||
"port": 3100
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user