diff --git a/.gitignore b/.gitignore index 656d007..134928c 100644 --- a/.gitignore +++ b/.gitignore @@ -5,4 +5,5 @@ docker dev docker-compose.admin.yml full_reload.sh -tmp \ No newline at end of file +tmp +ecosystem.config.js \ No newline at end of file diff --git a/dashboard/.gitignore b/dashboard/.gitignore index 93dd586..265259f 100644 --- a/dashboard/.gitignore +++ b/dashboard/.gitignore @@ -24,6 +24,7 @@ winston-*.ndjson .env.* !.env.example +ecosystem.config.js # Test reports *.report.txt diff --git a/dashboard/ecosystem.config.js b/dashboard/ecosystem.config.js index 10fdbdb..90f34d0 100644 --- a/dashboard/ecosystem.config.js +++ b/dashboard/ecosystem.config.js @@ -1,7 +1,7 @@ module.exports = { apps: [ { - name: 'Dashboard', + name: 'dashboard', port: '3010', exec_mode: 'fork', script: './.output/server/index.mjs', diff --git a/dashboard/package.json b/dashboard/package.json index 0cc4484..89c7ab4 100644 --- a/dashboard/package.json +++ b/dashboard/package.json @@ -13,7 +13,7 @@ "docker-inspect": "docker run -it litlyx-dashboard sh", "docker-run": "docker run -p 3000:3000 litlyx-dashboard", "workspace:shared": "ts-node ../scripts/dashboard/shared.ts", - "workspace:deploy": "ts-node ../scripts/dashboard/deploy.ts --testmode" + "workspace:deploy": "ts-node ../scripts/dashboard/deploy.ts" }, "dependencies": { "@nuxtjs/tailwindcss": "^6.12.0", diff --git a/email/templates/PurchaseEmail.ts b/email/templates/PurchaseEmail.ts index e7483be..6d7da9d 100644 --- a/email/templates/PurchaseEmail.ts +++ b/email/templates/PurchaseEmail.ts @@ -1,4 +1,3 @@ - export const PURCHASE_EMAIL = `
@@ -21,15 +20,10 @@ export const PURCHASE_EMAIL = `If you have any questions about your new plan or need assistance, feel free to reach out to our support team at help@litlyx.com. We’re here to help you make the most out of your upgraded plan!
-Thank you for using Litlyx every day as your analytics tool and for being a part of our journey.
- -We look forward to continuing to support your growth and success!
-Best regards,
Antonio,
-CEO | Litlyx
+CEO @ Litlyx
- -` \ No newline at end of file +