modified: .gradle/8.11.1/fileHashes/fileHashes.lock new file: .gradle/nb-cache/app-872021804/project-info.ser new file: .gradle/nb-cache/stockfill-555083198/project-info.ser new file: .gradle/nb-cache/subprojects.ser new file: .gradle/nb-cache/trust/322FC9862B0DAFF2344B91F46191E374722A0D7AFDF9E46965583317614B59D2 modified: .vscode/launch.json modified: .vscode/tasks.json modified: build/reports/problems/problems-report.html modified: package-lock.json modified: package.json
20 lines
412 B
JSON
20 lines
412 B
JSON
{
|
|
"version": "0.2.0",
|
|
"configurations": [
|
|
{
|
|
"name": "Launch Vite Dev Server",
|
|
"type": "node-terminal",
|
|
"request": "launch",
|
|
"command": "npm run dev",
|
|
"cwd": "${workspaceFolder}"
|
|
},
|
|
{
|
|
"name": "Launch Preview (Test) Server",
|
|
"type": "node-terminal",
|
|
"request": "launch",
|
|
"command": "npm run test",
|
|
"cwd": "${workspaceFolder}"
|
|
}
|
|
]
|
|
}
|