fix: tamagotchi path (#27)

This commit is contained in:
LemonNeko
2025-02-20 17:37:33 +08:00
committed by GitHub
parent a921b78327
commit 240129359f
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -13,14 +13,14 @@ $ pnpm install
### Development
```bash
$ cd /packages/stage
$ cd /apps/stage
$ pnpm dev:tamagotchi
```
Then open another terminal and run:
```bash
$ cd /packages/tamagotchi
$ cd /apps/tamagotchi
$ pnpm dev:tamagotchi
```