From efc87a23895228f15c09363cc29fe9ec7d61ac92 Mon Sep 17 00:00:00 2001 From: Benjamin Toby Date: Wed, 4 Mar 2026 18:30:57 +0100 Subject: [PATCH] Updates --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 57b01f3..19db164 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "pm2:dev": "pm2 start --name turboci-web 'bunx next dev' && pm2 start --name turboci-cron 'bun --watch src/cron/index.ts'", "pm2:start": "pm2 start --name turboci-web 'bunx next start' && pm2 start --name turboci-cron 'bun src/cron/index.ts'", "pm2:kill": "pm2 kill", - "twui:update": "git submodule update --remote twui", + "twui:update": "git submodule update --init twui", "build": "next build" }, "dependencies": {