chore: add experimental specifier resolution flag

This commit is contained in:
Mauricio Siu 2024-10-04 15:14:30 -06:00
parent daa87c0dc7
commit 7259830ac1

View File

@ -5,7 +5,7 @@
"scripts": {
"dev": "PORT=4000 tsx watch src/index.ts",
"build": "tsc --project tsconfig.json",
"start": "node dist/index.js"
"start": "node --experimental-specifier-resolution=node dist/index.js"
},
"dependencies": {
"@hono/zod-validator": "0.3.0",