UNPKG

nakedobjects.spa

Version:

Single Page Application client for a Naked Objects application.

19 lines 493 B
{ "version": "0.2.0", "configurations": [ { "type": "chrome", "request": "launch", "name": "Launch Chrome against localhost", "url": "http://localhost:49998", "webRoot": "${workspaceRoot}" }, { "type": "chrome", "request": "attach", "name": "Attach to Chrome", "port": 49998, "webRoot": "${workspaceRoot}" } ] }