From c7dbeae122d2f0794143207fb25bfb7f4be63e41 Mon Sep 17 00:00:00 2001 From: rogeecn Date: Mon, 24 Mar 2025 09:38:40 +0800 Subject: [PATCH] feat: add workspace --- quyun.code-workspace | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 quyun.code-workspace diff --git a/quyun.code-workspace b/quyun.code-workspace new file mode 100644 index 0000000..416430e --- /dev/null +++ b/quyun.code-workspace @@ -0,0 +1,10 @@ +{ + "folders": [ + { + "path": "backend" + }, + { + "path": "frontend/admin" + }, + ] +} \ No newline at end of file