revoke invites and remove users from organizations

This commit is contained in:
Carl-Gerhard Lindesvärd
2024-06-14 21:56:29 +02:00
parent 1dcd501b13
commit ee88c9e391
28 changed files with 220 additions and 90 deletions

View File

@@ -2,8 +2,8 @@
"name": "@openpanel/worker",
"version": "0.0.1",
"scripts": {
"dev": "dotenv -e ../../.env -c -v WATCH=1 tsup",
"testing": "WORKER_PORT=9999 pnpm dev",
"qweqweq": "dotenv -e ../../.env -c -v WATCH=1 tsup",
"qweqwe": "WORKER_PORT=9999 pnpm dev",
"start": "node dist/index.js",
"build": "rm -rf dist && tsup",
"lint": "eslint .",
@@ -48,4 +48,4 @@
]
},
"prettier": "@openpanel/prettier-config"
}
}