We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6be68c commit 924f4faCopy full SHA for 924f4fa
chobitsu
watchall.sh
@@ -0,0 +1,7 @@
1
+(cd playwright && npm run watch) &
2
+(cd playwright/web_builder && npx -cw) &
3
+(pnpm dev) &
4
+(cd dreamlandjs && pnpm watch) &
5
+(cd chobitsu && pnpm webpack --watch --mode=development) &
6
+(cd chobitsu_inject && npx rollup -cw) &
7
+(cd frontend && pnpm dev) &
0 commit comments