mirror of
https://github.com/techno-tim/littlelink-server.git
synced 2024-11-23 05:35:28 +01:00
84b1a800c7
* feat(rewrite): Rewrote the whole thing in ReactJS 💅
* chore(docs): Updated
13 lines
254 B
JSON
13 lines
254 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Attach to dev server",
|
|
"type": "node",
|
|
"request": "attach",
|
|
"protocol": "inspector",
|
|
"address": "localhost",
|
|
"port": 9229
|
|
}
|
|
]
|
|
} |