Last List
Bun Init
This commit is contained in:
24
.vscode/dashkiosk.http
vendored
Normal file
24
.vscode/dashkiosk.http
vendored
Normal file
@ -0,0 +1,24 @@
|
||||
@UniformResourceLocator = https://dashkiosk.phares.duckdns.org
|
||||
@Display = 5NRH58
|
||||
|
||||
###
|
||||
|
||||
GET {{UniformResourceLocator}}/api/display HTTP/1.1
|
||||
Accept: application/json
|
||||
|
||||
###
|
||||
|
||||
GET {{UniformResourceLocator}}/api/group HTTP/1.1
|
||||
Accept: application/json
|
||||
|
||||
###
|
||||
|
||||
PUT {{UniformResourceLocator}}/api/display/5NRH58/group/1 HTTP/1.1
|
||||
Accept: application/json
|
||||
|
||||
###
|
||||
|
||||
PUT {{UniformResourceLocator}}/api/display/5NRH58/group/2 HTTP/1.1
|
||||
Accept: application/json
|
||||
|
||||
###
|
40
.vscode/launch.json
vendored
40
.vscode/launch.json
vendored
@ -1,11 +1,31 @@
|
||||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"type": "node",
|
||||
"request": "launch",
|
||||
"name": "Launch Current Opened File",
|
||||
"program": "${file}"
|
||||
}
|
||||
]
|
||||
}
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"type": "node",
|
||||
"request": "launch",
|
||||
"name": "node Launch Current Opened File",
|
||||
"program": "${file}"
|
||||
},
|
||||
{
|
||||
"type": "bun",
|
||||
"internalConsoleOptions": "neverOpen",
|
||||
"request": "launch",
|
||||
"name": "Debug File",
|
||||
"program": "${file}",
|
||||
"cwd": "${workspaceFolder}",
|
||||
"stopOnEntry": false,
|
||||
"watchMode": false
|
||||
},
|
||||
{
|
||||
"type": "bun",
|
||||
"internalConsoleOptions": "neverOpen",
|
||||
"request": "launch",
|
||||
"name": "Run File",
|
||||
"program": "${file}",
|
||||
"cwd": "${workspaceFolder}",
|
||||
"noDebug": true,
|
||||
"watchMode": false
|
||||
}
|
||||
]
|
||||
}
|
1
.vscode/settings.json
vendored
1
.vscode/settings.json
vendored
@ -1,5 +1,6 @@
|
||||
{
|
||||
"cSpell.words": [
|
||||
"gitea",
|
||||
"Immich",
|
||||
"onlinepngtools"
|
||||
],
|
||||
|
Reference in New Issue
Block a user