billion-context 0.1.2 → 0.1.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +2 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3260,11 +3260,10 @@ async function main() {
|
|
|
3260
3260
|
const opts = loadOptions();
|
|
3261
3261
|
await startServer(opts);
|
|
3262
3262
|
}
|
|
3263
|
+
|
|
3264
|
+
// src/index.ts
|
|
3263
3265
|
main().catch((err) => {
|
|
3264
3266
|
console.error("bili: failed to start:", err);
|
|
3265
3267
|
process.exit(1);
|
|
3266
3268
|
});
|
|
3267
|
-
|
|
3268
|
-
// src/index.ts
|
|
3269
|
-
main();
|
|
3270
3269
|
//# sourceMappingURL=index.js.map
|