feat: add cleanup script and o2switch deployment docs

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This commit is contained in:
2026-07-30 09:22:48 +02:00
co-authored by Claude Sonnet 5
parent 360e0ee7a6
commit 0761f1b76d
4 changed files with 155 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
module.exports = {
apps: [
{
name: 'convert-worker',
script: 'src/worker.js',
interpreter: 'node',
env: {
NODE_ENV: 'production',
},
},
],
};