modified: .gradle/8.11.1/fileHashes/fileHashes.bin

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
This commit is contained in:
2025-11-22 06:43:55 +10:00
parent b82e1d4897
commit 6716a68a5b
11 changed files with 63 additions and 11 deletions
+1 -1
View File
@@ -12,7 +12,7 @@
"name": "Launch Preview (Test) Server",
"type": "node-terminal",
"request": "launch",
"command": "npm run preview",
"command": "npm run test",
"cwd": "${workspaceFolder}"
}
]