UNPKG

@mariozechner/create-app

Version:

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

13 lines 253 B
{ "version": "0.2.0", "configurations": [ { "name": "Debug Frontend", "type": "chrome", "request": "launch", "url": "http://localhost:8080", "webRoot": "${workspaceFolder}/src", "sourceMaps": true, } ] }