UNPKG

timer-db

Version:

A library for cubing timer results storage with CouchDB-based synchronization.

13 lines (11 loc) 269 B
import { barelyServe } from "barely-a-dev-server"; barelyServe({ entryRoot: "src/dev", port: 3000, esbuildOptions: { external: ["crypto"], banner: { js: `globalThis.global = globalThis;`, // Workaround for some silly `pouchdb` dep. }, }, });