added car configurator

This commit is contained in:
Jelaletdin12
2026-03-27 22:26:30 +05:00
parent 6ba07d7fef
commit c4ac669a09
26 changed files with 6009 additions and 93 deletions

10
ecosystem.config.js Normal file
View File

@@ -0,0 +1,10 @@
module.exports = {
apps: [
{
name: "frontend",
script: "server.js",
cwd: "/var/www/frontend",
env: { NODE_ENV: "production" }
}
]
};