Added package.json and various minor changes

This commit is contained in:
MathMan05 2024-06-07 09:07:21 -05:00
parent 3b55b28260
commit fb34201101
5 changed files with 22 additions and 1 deletions

1
index.js Normal file → Executable file
View file

@ -1,3 +1,4 @@
#!/bin/node
const express = require('express');
const app = express();