trigger(build)

This commit is contained in:
Carl-Gerhard Lindesvärd
2025-03-20 09:47:48 +01:00
parent a1eb4a296f
commit 563551992d
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "@openpanel/api", "name": "@openpanel/api",
"version": "0.0.1", "version": "0.0.2",
"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.1", "version": "0.0.2",
"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",