@ably/cli
Version:
Ably CLI for Pub/Sub, Chat and Spaces
12 lines • 319 B
JSON
{
"buildCommand": "cd ../.. && pnpm install && pnpm build:packages && cd examples/web-cli && pnpm build",
"outputDirectory": "dist",
"installCommand": "cd ../.. && pnpm install --frozen-lockfile",
"framework": "vite",
"rewrites": [
{
"source": "/(.*)",
"destination": "/index.html"
}
]
}