chore: remove playground and backend-mock

This commit is contained in:
xingyu4j
2025-11-18 11:56:48 +08:00
parent 40674bf1ad
commit de15aa7b59
226 changed files with 1 additions and 15450 deletions

9
.vscode/launch.json vendored
View File

@@ -2,15 +2,6 @@
"$schema": "https://json.schemastore.org/launchsettings.json",
"version": "0.2.0",
"configurations": [
{
"type": "chrome",
"name": "vben admin playground dev",
"request": "launch",
"url": "http://localhost:5555",
"env": { "NODE_ENV": "development" },
"sourceMaps": true,
"webRoot": "${workspaceFolder}/playground"
},
{
"type": "chrome",
"name": "vben admin antd dev",