fix: monaco-editor offline
This commit is contained in:
@@ -6,7 +6,11 @@
|
||||
"build": "react-router build",
|
||||
"dev": "react-router dev",
|
||||
"start": "react-router-serve ./build/server/index.js",
|
||||
"typecheck": "react-router typegen && tsc"
|
||||
"typecheck": "react-router typegen && tsc",
|
||||
"copy:monaco": "node scripts/copy-monaco.mjs",
|
||||
"postinstall": "node scripts/copy-monaco.mjs",
|
||||
"predev": "node scripts/copy-monaco.mjs",
|
||||
"prebuild": "node scripts/copy-monaco.mjs"
|
||||
},
|
||||
"dependencies": {
|
||||
"@monaco-editor/react": "^4.7.0",
|
||||
|
||||
Reference in New Issue
Block a user