fix(stage-tamagotchi,stage-shared): split eventa and beat-sync business into two entries (#779)

This commit is contained in:
Neko
2025-12-01 00:49:08 +08:00
committed by GitHub
parent 6c85354f4b
commit 4febd46baf
6 changed files with 13 additions and 10 deletions
+2
View File
@@ -16,6 +16,8 @@
},
"exports": {
".": "./src/index.ts",
"./beat-sync": "./src/beat-sync/index.ts",
"./beat-sync/eventa": "./src/beat-sync/eventa.ts",
"./electron-renderer": "./src/electron-renderer.d.ts"
},
"scripts": {