GoatDB/Server
GoatDB Server Module
Runtime exports for running GoatDB in server environments (Deno, Node.js). These exports are NOT browser-safe and should only be used in server contexts.
For build-time tools (compile, startDebugServer), use '@goatdb/goatdb/server/build'.
Example
import { Server, staticAssetsFromJS } from '@goatdb/goatdb/server';
References
BuildInfo
Re-exports BuildInfo