Update package.json

This commit is contained in:
SillyLossy
2023-04-22 19:59:18 +03:00
parent 25456f58d2
commit c6214086de
2 changed files with 5 additions and 1 deletions

View File

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