daytona-drizzle-proxy
v1.3.1
Published
A proxy server CLI to fix CORS issues when accessing Drizzle Studio from Daytona preview URLs
Maintainers
Readme
Daytona Drizzle Proxy
A simple CORS proxy for Drizzle Studio in Daytona environments.
Installation
# npm
npm install -g daytona-drizzle-proxy
# bun
bun install -g daytona-drizzle-proxyUsage
Start Drizzle Studio:
drizzle-kit studioStart the proxy:
daytona-drizzle-proxyUse proxy URL:
http://localhost:8080
Options
-p, --port <number>: Proxy port (default: 8080)-t, --target <url>: Target URL (default: http://localhost:4983)-h, --help: Show help
License
MIT
