Use vite-node as runner

This commit is contained in:
Pavel Marek 2024-06-13 09:49:49 +02:00
parent 86fc196bfc
commit 50a7bea817

View File

@ -14,7 +14,7 @@
"main": "target/index.js",
"type": "module",
"scripts": {
"start": "tsc && node target/index.js",
"start": "vite-node src/index.ts",
"build": "tsc",
"test": "vitest",
"lint": "eslint src",