Fixed Things

This commit is contained in:
2025-05-05 23:05:24 +02:00
parent 2e29af4434
commit 994b0c938e
3 changed files with 7 additions and 4 deletions

View File

@@ -13,8 +13,9 @@
"license": "MIT",
"author": "Zacharias",
"type": "module",
"main": "app.js",
"main": "./build/app.js",
"scripts": {
"start": "node build/app.js",
"test": "echo \"Error: no test specified\" && exit 1"
}
}