feat: add Node.js entry point and build script (#18324)

This commit is contained in:
Dax
2026-03-19 21:35:07 -04:00
committed by GitHub
parent ce01d92ef8
commit 8158f21835
2 changed files with 55 additions and 0 deletions
+1
View File
@@ -0,0 +1 @@
export { Server } from "./server/server"