testapp: update build script to specify root directory and remove unused service and type files
This commit is contained in:
parent
33087fee11
commit
492a70251d
@ -4,7 +4,7 @@
|
|||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "echo \"Error: no test specified\" && exit 1",
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
"build": "tsc",
|
"build": "tsc --rootDir ../",
|
||||||
"build:watch": "tsc --watch",
|
"build:watch": "tsc --watch",
|
||||||
"start": "node dist/index.js",
|
"start": "node dist/index.js",
|
||||||
"dev:server": "ts-node-dev --respawn --watch src,public/ts,public/views src/index.ts",
|
"dev:server": "ts-node-dev --respawn --watch src,public/ts,public/views src/index.ts",
|
||||||
|
|||||||
@ -1,4 +0,0 @@
|
|||||||
// src/services/index.ts
|
|
||||||
|
|
||||||
// Aquí puedes exportar servicios de negocio
|
|
||||||
export {};
|
|
||||||
Loading…
x
Reference in New Issue
Block a user