testapp: update build script to specify root directory and remove unused service and type files

This commit is contained in:
Carlos Santos 2025-05-13 14:17:03 +02:00
parent 33087fee11
commit 492a70251d
3 changed files with 1 additions and 5 deletions

View File

@ -4,7 +4,7 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "tsc",
"build": "tsc --rootDir ../",
"build:watch": "tsc --watch",
"start": "node dist/index.js",
"dev:server": "ts-node-dev --respawn --watch src,public/ts,public/views src/index.ts",

View File

@ -1,4 +0,0 @@
// src/services/index.ts
// Aquí puedes exportar servicios de negocio
export {};