Moved all source files into /src

Created dir /src, and moved the source files into it. Left package.json, README.md and settings.json out.
Modified package.json to point to the new src dir.
This commit is contained in:
ShakedAp
2023-06-25 09:13:57 +03:00
parent bfdd897a20
commit 11ff6f9547
732 changed files with 2 additions and 2 deletions
+2 -2
View File
@@ -2,9 +2,9 @@
"name": "wstest",
"version": "1.0.0",
"description": "",
"main": "index.js",
"main": "src/index.js",
"scripts": {
"start": "node index.js"
"start": "node src/index.js"
},
"author": "",
"license": "ISC",
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File
View File

Some files were not shown because too many files have changed in this diff Show More