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
+55 -4
View File
@@ -49,7 +49,58 @@
"endsPattern": "Local:\\s+http://localhost:4173/"
}
},
"isBackground": true
}
]
}
{
"version": "2.0.0",
"tasks": [
{
"label": "npm: dev server",
"type": "npm",
"script": "dev",
"options": {
"cwd": "${workspaceFolder}"
},
"problemMatcher": {
"owner": "vite-dev",
"pattern": [
{
"regexp": "^.*$",
"file": 0,
"location": 0,
"message": 0
}
],
"background": {
"activeOnStart": true,
"beginsPattern": ">.* dev",
"endsPattern": "Local:\\s+http://localhost:5173/"
}
},
"isBackground": true
},
{
"label": "npm: preview server",
"type": "npm",
"script": "preview",
"options": {
"cwd": "${workspaceFolder}"
},
"problemMatcher": {
"owner": "vite-preview",
"pattern": [
{
"regexp": "^.*$",
"file": 0,
"location": 0,
"message": 0
}
],
"background": {
"activeOnStart": true,
"beginsPattern": ">.* preview",
"endsPattern": "Local:\\s+http://localhost:4173/"
}
},
"isBackground": true
}
]
}