File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,12 +20,12 @@ async function main(){
2020
2121 debug ( 'built' , Object . keys ( build ) )
2222
23- const path = '/data/datparty /srv-party'
23+ const path = '/data/dataparty /srv-party'
2424
2525 let party = new Dataparty . TingoParty ( {
2626 path,
2727 model : build ,
28- config : new Dataparty . Config . JsonFileConfig ( { basePath : '/data/datparty/' } )
28+ config : new Dataparty . Config . JsonFileConfig ( { basePath : path } )
2929 } )
3030
3131
Original file line number Diff line number Diff line change @@ -30,11 +30,11 @@ class VenueSrv extends Dataparty.ISchema {
3030 branch : String
3131 } ,
3232 schemas : {
33- Package : { } ,
3433 IndexSettings : { } ,
3534 JSONSchema : { } ,
3635 Permissions : { }
3736 } ,
37+ documents : { } ,
3838 endpoints : { } ,
3939 middleware : {
4040 pre : { } ,
@@ -43,6 +43,21 @@ class VenueSrv extends Dataparty.ISchema {
4343 middleware_order : {
4444 pre : [ String ] ,
4545 post : [ String ]
46+ } ,
47+ tasks : { } ,
48+ compileSettings : {
49+ cache : Boolean ,
50+ externals : [ String ] ,
51+ minify : Boolean ,
52+ sourceMap : Boolean ,
53+ sourceMapRegister : Boolean ,
54+ watch : Boolean ,
55+ v8cache : Boolean ,
56+ quite : Boolean ,
57+ debugLog : Boolean ,
58+ esm : Boolean ,
59+ moduleType : Boolean ,
60+ libraryName : Boolean
4661 }
4762 }
4863 }
You can’t perform that action at this time.
0 commit comments