Remove node
This commit is contained in:
parent
d200a52c34
commit
123b2ea4e0
2
index.ts
2
index.ts
@ -8,7 +8,7 @@ const app = express();
|
||||
const port = process.env.PORT || 8080;
|
||||
|
||||
app.get("/", (req, res) => {
|
||||
res.send("Hi, collab!");
|
||||
res.send("Hi, excalidraw-room!");
|
||||
});
|
||||
|
||||
const server = http.createServer(app);
|
||||
|
@ -12,9 +12,6 @@
|
||||
"lint-staged": "10.0.8",
|
||||
"prettier": "1.19.1"
|
||||
},
|
||||
"engines": {
|
||||
"node": "10.x.x"
|
||||
},
|
||||
"husky": {
|
||||
"hooks": {
|
||||
"pre-commit": "lint-staged"
|
||||
|
Loading…
x
Reference in New Issue
Block a user