chore: rename src/ to server/

This commit is contained in:
CrescentLeaf
2025-08-30 14:43:45 +08:00
parent 5e756636a9
commit 5666bcba24
16 changed files with 2 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
{
"tasks": {
"main": "deno run --allow-read --allow-write src/main.ts",
"test": "deno run --allow-read --allow-write src/main_test.ts"
"main": "deno run --allow-read --allow-write server/main.ts",
"test": "deno run --allow-read --allow-write server/main_test.ts"
},
"imports": {
"chalk": "npm:chalk@5.4.1",