feat: add comprehensive Makefile for development workflow and add module type to package.json

This commit is contained in:
Russell Ballestrini 2025-07-03 17:17:21 -04:00
parent 996069a9d9
commit e502407ced
2 changed files with 122 additions and 0 deletions

View file

@ -1,6 +1,7 @@
{
"name": "ai.unturf.com",
"version": "1.0.0",
"type": "module",
"main": "integration_tests.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"