add programatic and command line build tool with TypeScript declaration

This commit is contained in:
cutls
2021-04-14 13:58:21 +09:00
parent 8621b66203
commit a8f060578a
9 changed files with 144 additions and 87 deletions

2
app/view/make/make.d.ts vendored Normal file
View File

@@ -0,0 +1,2 @@
export = construct;
declare function construct(ver: any, basefile: any, pwa: any, store: any): void;