refactor: start websocket server by server-runtime (#634)

This commit is contained in:
Sline
2025-10-04 21:56:30 +08:00
committed by GitHub
parent 22f1e79aca
commit d744bec754
14 changed files with 122 additions and 190 deletions
+1 -1
View File
@@ -38,7 +38,7 @@ export default defineConfig({
}
cargoToml.workspace.package.version = packageJSON.version
console.log(`Bumping Cargo.toml version to ${cargoToml.workspace.package.version} (from package.json, ${packageJSON.version})`)
console.info(`Bumping Cargo.toml version to ${cargoToml.workspace.package.version} (from package.json, ${packageJSON.version})`)
await writeFile(join(cwd(), 'Cargo.toml'), stringify(cargoToml))
await execa('cargo', ['generate-lockfile'])