mirror of
https://github.com/enso-org/enso.git
synced 2024-11-22 03:32:23 +03:00
Use vite-node as runner
This commit is contained in:
parent
86fc196bfc
commit
50a7bea817
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user