This commit is contained in:
Hri7566 2024-08-01 04:39:57 -04:00
parent 371e9b0e3b
commit 8ab74266e2
4 changed files with 5 additions and 2 deletions

BIN
bun.lockb

Binary file not shown.

View File

@ -7,7 +7,7 @@
"author": "Hri7566",
"license": "ISC",
"dependencies": {
"@prisma/client": "5.7.0",
"@prisma/client": "5.17.0",
"@t3-oss/env-core": "^0.6.1",
"bun-types": "^1.1.21",
"commander": "^11.1.0",
@ -29,7 +29,7 @@
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"eslint": "^8.57.0",
"prisma": "5.7.0",
"prisma": "5.17.0",
"typescript": "^5.5.4"
}
}

1
public Submodule

@ -0,0 +1 @@
Subproject commit ccc02f653a3eebeb2d64f894b978cc78a5c62c42

View File

@ -130,6 +130,8 @@ export class Socket extends EventEmitter {
}
})();
this.emit("ready");
}
/**