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 6fcc970def
commit 92cd908fb5
2 changed files with 55 additions and 0 deletions

View File

@@ -0,0 +1 @@
export { Server } from "./server/server"