feat(editor): 优化编辑器UI和改进核心功能 (#234)
* feat(editor): 优化编辑器UI和改进核心功能 * feat(editor): 优化编辑器UI和改进核心功能
This commit is contained in:
27
packages/editor-app/public/runtime.config.json
Normal file
27
packages/editor-app/public/runtime.config.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"runtime": {
|
||||
"version": "1.0.0",
|
||||
"modules": {
|
||||
"platform-web": {
|
||||
"type": "javascript",
|
||||
"main": "runtime.browser.js",
|
||||
"development": {
|
||||
"path": "../platform-web/dist"
|
||||
},
|
||||
"production": {
|
||||
"bundled": true
|
||||
}
|
||||
},
|
||||
"engine": {
|
||||
"type": "wasm",
|
||||
"files": ["es_engine_bg.wasm", "es_engine.js"],
|
||||
"development": {
|
||||
"path": "../engine/pkg"
|
||||
},
|
||||
"production": {
|
||||
"bundled": true
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user