mirror of
https://github.com/Unkn0wnCat/KevinK.dev.js.git
synced 2025-05-21 12:56:31 +02:00
Add Codespaces configuration
This commit is contained in:
parent
75c52c744d
commit
24f7d14317
7 changed files with 558 additions and 0 deletions
13
.vscode/launch.json
vendored
Normal file
13
.vscode/launch.json
vendored
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"version": "0.2.0",
|
||||
"configurations": [
|
||||
{
|
||||
"type": "node",
|
||||
"request": "launch",
|
||||
"name": "Launch Dev Server",
|
||||
"program": "npm run develop",
|
||||
"cwd": "${workspaceFolder}",
|
||||
"preLaunchTask": "npm install"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue