no-name-here commited on
Commit
a1184c2
·
verified ·
1 Parent(s): 60994b0

Update package.json

Browse files
Files changed (1) hide show
  1. package.json +1 -1
package.json CHANGED
@@ -4,7 +4,7 @@
4
  "version": "0.0.0",
5
  "type": "module",
6
  "scripts": {
7
- "dev": "vite --config /tmp/vite-config/vite.config.js",
8
  "build": "vite build",
9
  "build:dev": "vite build --mode development",
10
  "lint": "eslint .",
 
4
  "version": "0.0.0",
5
  "type": "module",
6
  "scripts": {
7
+ "dev": "NODE_OPTIONS='--loader ts-node/esm' vite --config /tmp/vite.config.ts",
8
  "build": "vite build",
9
  "build:dev": "vite build --mode development",
10
  "lint": "eslint .",