Skip to content

Commit

Permalink
npm init
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperRonanCraft committed Mar 28, 2024
1 parent 37e4bb1 commit 0afea8b
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
3 changes: 2 additions & 1 deletion NodeServer/main/index.html → NodeServer/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
<title>BetterRTP - API</title>
</head>
<body></body>
<script src="index.js"></script>
</html>
File renamed without changes.
12 changes: 12 additions & 0 deletions NodeServer/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{
"name": "nodeserver",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC"
}

0 comments on commit 0afea8b

Please sign in to comment.