Skip to content

Commit

Permalink
Added src folder
Browse files Browse the repository at this point in the history
  • Loading branch information
sitoftonic committed Sep 21, 2022
1 parent 604ee4f commit 95b2075
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Expand Up @@ -3,10 +3,10 @@
"type": "module",
"version": "1.0.0",
"description": "",
"main": "index.ts",
"main": "src/index.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon ./index.ts"
"start": "nodemon ./src/index.ts"
},
"author": "",
"license": "ISC",
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 95b2075

Please sign in to comment.