UNPKG

@mariozechner/create-app

Version:

CLI for creating deployable web applications with Docker, Caddy, and modern tooling

10 lines 255 B
{ "build": [ ["node", "infra/generate-env.js"], ["npx", "tsup", "--config", "infra/tsup.backend.config.js"] ], "watch": [ ["node", "infra/generate-env.js"], ["npx", "tsup", "--config", "infra/tsup.backend.config.js", "--watch"] ] }