From d19661ba57b9598547dc9e7b63e4123d454734cf Mon Sep 17 00:00:00 2001 From: admtracksteel Date: Sat, 7 Mar 2026 17:08:42 -0300 Subject: [PATCH] Fix: Add start script for Coolify/Nixpacks and set type to module --- package.json | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index 8e4e08a..1ad463a 100644 --- a/package.json +++ b/package.json @@ -1,21 +1,25 @@ { "name": "tscut", "version": "1.0.0", - "description": "", - "main": "index.js", + "description": "Otimizador de Plano de Corte 2D", "scripts": { "dev": "vite", "build": "vite build", + "start": "vite preview --port $PORT --host 0.0.0.0", "preview": "vite preview", "test": "echo \"Error: no test specified\" && exit 1" }, - "keywords": [], - "author": "", + "keywords": [ + "cutting", + "optimizer", + "vite" + ], + "author": "admtracksteel", "license": "ISC", - "type": "commonjs", + "type": "module", "dependencies": { "papaparse": "^5.5.3", - "vite": "^7.2.6", + "vite": "^7.3.1", "xlsx": "^0.18.5" } } \ No newline at end of file