update deps (#11820)
* update deps * fix * wip * wip * wip * Update docker-compose.yml.example * Delete reviewer-lottery.yml * Update RepositoryModule.ts * wip * wip * clean up * update deps * wip * wip
This commit is contained in:
parent
cf7c6558ae
commit
6cf466e5d1
421 changed files with 2450 additions and 2604 deletions
|
@ -55,7 +55,7 @@ execa('pnpm', ['--filter', 'sw', 'watch'], {
|
|||
|
||||
const start = async () => {
|
||||
try {
|
||||
const stat = fs.statSync(_dirname + '/../packages/backend/built/boot/index.js');
|
||||
const stat = fs.statSync(_dirname + '/../packages/backend/built/boot/entry.js');
|
||||
if (!stat) throw new Error('not exist yet');
|
||||
if (stat.size === 0) throw new Error('not built yet');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue