11import { CEP_Config } from "vite-cep-plugin" ;
22import { version } from "./package.json" ;
3- import { debugAll } from "./cep.config.debug" ; // BOLT-CEP-DEBUG-ONLY
43
54const config : CEP_Config = {
65 version,
7- id : "com.bolt.cep" ,
8- displayName : "Bolt CEP" ,
6+ id : "com.bolt.cep" , // BOLT_ID_REPLACE
7+ displayName : "Bolt CEP" , // BOLT_DISPLAYNAME_REPLACE
98 symlink : "local" ,
109 port : 3000 ,
1110 servePort : 5000 ,
1211 startingDebugPort : 8860 ,
1312 extensionManifestVersion : 6.0 ,
1413 requiredRuntimeVersion : 9.0 ,
1514 hosts : [
16- { name : "AEFT" , version : "[0.0,99.9]" } ,
17- { name : "AME" , version : "[0.0,99.9]" } ,
18- { name : "AUDT " , version : "[0.0,99.9]" } ,
19- { name : "FLPR " , version : "[0.0,99.9]" } ,
20- { name : "IDSN" , version : "[0.0,99.9]" } ,
21- { name : "ILST" , version : "[0.0,99.9]" } ,
22- { name : "KBRG" , version : "[0.0,99.9]" } ,
23- { name : "PHXS" , version : "[0.0,99.9]" } ,
24- { name : "PPRO" , version : "[0.0,99.9]" } ,
15+ { name : "AEFT" , version : "[0.0,99.9]" } , // BOLT_AEFT_ONLY
16+ { name : "AME" , version : "[0.0,99.9]" } , // BOLT_AME_ONLY
17+ { name : "FLPR " , version : "[0.0,99.9]" } , // BOLT_ANIM_ONLY
18+ { name : "AUDT " , version : "[0.0,99.9]" } , // BOLT_AUDT_ONLY
19+ { name : "IDSN" , version : "[0.0,99.9]" } , // BOLT_IDSN_ONLY
20+ { name : "ILST" , version : "[0.0,99.9]" } , // BOLT_ILST_ONLY
21+ { name : "KBRG" , version : "[0.0,99.9]" } , // BOLT_KBRG_ONLY
22+ { name : "PHXS" , version : "[0.0,99.9]" } , // BOLT_PHXS_ONLY
23+ { name : "PPRO" , version : "[0.0,99.9]" } , // BOLT_PPRO_ONLY
2524 ] ,
2625
2726 type : "Panel" ,
@@ -37,12 +36,11 @@ const config: CEP_Config = {
3736 {
3837 mainPath : "./main/index.html" ,
3938 name : "main" ,
40- panelDisplayName : "Bolt CEP" ,
39+ panelDisplayName : "Bolt CEP" , // BOLT_DISPLAYNAME_REPLACE
4140 autoVisible : true ,
4241 width : 600 ,
4342 height : 650 ,
4443 } ,
45- ...debugAll , // BOLT-CEP-DEBUG-ONLY
4644 ] ,
4745 build : {
4846 jsxBin : "off" ,
@@ -52,7 +50,7 @@ const config: CEP_Config = {
5250 country : "US" ,
5351 province : "CA" ,
5452 org : "Company" ,
55- password : "passworddd " ,
53+ password : "password " ,
5654 tsa : [
5755 "http://timestamp.digicert.com/" , // Windows Only
5856 "http://timestamp.apple.com/ts01" , // MacOS Only
0 commit comments