fiberplane / fpx

Supercharge your local development
https://fiberplane.dev
MIT License
42 stars 1 forks source link

Remove references to mizu #57

Closed brettimus closed 2 months ago

brettimus commented 2 months ago

This renames all user-facing documentation and environment variables that were mizu-related to use FPX terminology instead.

Package names

Env Vars (for configuration)

This affects the following environment vars

Additionally, I changed the (not shown in UI) service name env var:

brettimus commented 2 months ago

the @fpx org is already taken on NPM so we need to find a different way to namespace packages

brettimus commented 2 months ago

current packages are released as betas. you can try it out with:

npm i @fiberplane/hono@beta

# add middleware to app with `import { createHonoMiddleware } from "@fiberplane/hono";`

npx @fiberplane/studio@beta