deploy: current vibn theia state
Made-with: Cursor
This commit is contained in:
37
scripts/performance/base-package.json
Normal file
37
scripts/performance/base-package.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "@theia/example-{{app}}",
|
||||
"version": "{{version}}",
|
||||
"license": "EPL-2.0 OR GPL-2.0-with-classpath-exception",
|
||||
"theia": {
|
||||
"target": "{{app}}",
|
||||
"frontend": {
|
||||
"config": {
|
||||
"applicationName": "Theia {{app}} Example",
|
||||
"preferences": {
|
||||
"files.enableTrash": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"backend": {
|
||||
"config": {
|
||||
"resolveSystemPlugins": false
|
||||
}
|
||||
}
|
||||
},
|
||||
"dependencies": {
|
||||
"@theia/core": "{{version}}",
|
||||
"@theia/plugin-ext": "{{version}}"
|
||||
},
|
||||
"scripts": {
|
||||
"clean": "theia clean",
|
||||
"build": "npm run -s compile && npm run -s bundle",
|
||||
"bundle": "theia build --mode development",
|
||||
"compile": "tsc -b",
|
||||
"rebuild": "theia rebuild:{{app}} --cacheRoot ../..",
|
||||
"start": "THEIA_CONFIG_DIR=./theia-config-dir theia start --plugins=local-dir:../../noPlugins --log-level=fatal"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@theia/cli": "{{version}}"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user