This commit is contained in:
Madeline
2023-03-31 02:04:36 +11:00
parent a86a673db3
commit 64e747a4d2
428 changed files with 638 additions and 422 deletions

23
server.code-workspace Normal file
View File

@@ -0,0 +1,23 @@
{
"folders": [
{
"path": "src"
},
{
"path": "assets"
},
{
"path": "scripts"
},
{
"path": "."
}
],
"settings": {
"typescript.tsdk": "util\\node_modules\\typescript\\lib"
},
"launch": {
"version": "0.2.0",
"configurations": []
}
}