trigger(build)

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-03-28 09:37:24 +01:00
parent d4fcc82fc3
commit e9133aa5a8
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "@openpanel/api", "name": "@openpanel/api",
"version": "0.0.3", "version": "0.0.4",
"scripts": { "scripts": {
"dev": "dotenv -e ../../.env -c -v WATCH=1 tsup", "dev": "dotenv -e ../../.env -c -v WATCH=1 tsup",
"testing": "API_PORT=3333 pnpm dev", "testing": "API_PORT=3333 pnpm dev",

View File

@@ -1,6 +1,6 @@
{ {
"name": "@openpanel/worker", "name": "@openpanel/worker",
"version": "0.0.2", "version": "0.0.3",
"scripts": { "scripts": {
"dev": "dotenv -e ../../.env -c -v WATCH=1 tsup", "dev": "dotenv -e ../../.env -c -v WATCH=1 tsup",
"testing": "WORKER_PORT=9999 pnpm dev", "testing": "WORKER_PORT=9999 pnpm dev",