chore: rename src/ to server/
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user