Skip to content

Commit

Permalink
ups
Browse files Browse the repository at this point in the history
  • Loading branch information
PassiDel committed Oct 27, 2024
1 parent 755488c commit 8c605d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "thalia-web",
"private": true,
"type": "module",
"license": "MIT",
"license": "GPL-3.0",
"author": "Pascal Syma <[email protected]> (https://syma.dev/)",
"scripts": {
"build": "nuxt build",
Expand Down
2 changes: 1 addition & 1 deletion queue/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "thalia-worker",
"module": "src/index.ts",
"type": "module",
"license": "MIT",
"license": "GPL-3.0",
"author": "Pascal Syma <[email protected]> (https://syma.dev/)",
"scripts": {
"worker": "bun --env-file=../.env --watch src/worker.ts",
Expand Down

0 comments on commit 8c605d9

Please sign in to comment.