mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-14 05:14:54 +00:00
fix(cli): run dev-web crash
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"bin": {
|
||||
"dev-web": "./src/dev.mts"
|
||||
"dev-web": "./src/dev.mjs"
|
||||
},
|
||||
"scripts": {
|
||||
"start": "ts-node-esm ./src/dev.mjs"
|
||||
|
||||
Reference in New Issue
Block a user