Skip to content

Commit 8b9d174

Browse files
committed
Release v0.0.48
## What's New ### Bug Fixes - **Startup Crash Fix** — Fixed "Cannot find module async-mutex" error that prevented app from launching
1 parent f35e488 commit 8b9d174

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

bun.lockb

870 Bytes
Binary file not shown.

electron.vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export default defineConfig({
1111
plugins: [
1212
externalizeDepsPlugin({
1313
// Don't externalize these - bundle them instead
14-
exclude: ["superjson", "trpc-electron", "gray-matter"],
14+
exclude: ["superjson", "trpc-electron", "gray-matter", "async-mutex"],
1515
}),
1616
],
1717
build: {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "21st-desktop",
3-
"version": "0.0.47",
3+
"version": "0.0.48",
44
"private": true,
55
"description": "1Code - UI for parallel work with AI agents",
66
"author": {

0 commit comments

Comments
 (0)