From d49f527cea45f20cd0b7dd714e584a5673196148 Mon Sep 17 00:00:00 2001 From: Apher Fox Date: Thu, 2 Jul 2026 10:28:24 +0000 Subject: [PATCH] Start creating the Natural Language Understanding Processor --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 48f4f84..ee981d1 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "mtf-backend", "version": "1.0.0", "description": "", - "main": "index.js", + "main": "server.js", "scripts": { "start": "nodemon ./src/server.js", "test": "echo \"Error: no test specified\" && exit 1"