UNPKG

@kevinmarrec/create-cloudstack-app

Version:

CLI that scaffolds an opinionated Bun & Vue fullstack application.

13 lines (12 loc) 286 B
{ "name": "backend", "type": "module", "private": true, "scripts": { "dev": "bun --watch --no-clear-screen src/index.ts", "build": "bun build src/index.ts --compile --minify --sourcemap --outfile dist/server" }, "devDependencies": { "@types/bun": "^1.2.8" } }