minor clean up

This commit is contained in:
Storme-bit
2026-04-27 20:17:05 -07:00
parent 055683424d
commit b58a4e4692
13 changed files with 171 additions and 18 deletions

View File

@@ -12,7 +12,7 @@ const semantic = require('./semantic');
const entities = require('./entities');
const app = express();
app.use(express.json());
app.use(express.json({ limit: '2mb' }));
const PORT = getEnv('PORT', PORTS.MEMORY);