@growthbook/proxy

v1.1.9
GrowthBook proxy server for caching, realtime updates, telemetry, etc

build:clean

rimraf -rf dist

build:typescript

tsc

build

yarn build:clean && yarn build:typescript

type-check

tsc --pretty --noEmit

start

node dist/index.js

start:with-tracing

node --require ./dist/tracing.js dist/index.js

dev

concurrently 'tsc --watch' 'nodemon -q dist/index.js | yarn pino-pretty'
npm i @growthbook/proxy

Metadata

  • MIT
  • >=18
  • Bryce Fitzsimons
  • released 8/5/2024

Downloads