prebuild scripts init

This commit is contained in:
3zachm 2023-02-07 01:48:13 -08:00
commit 2ef5765ae2
6 changed files with 477 additions and 6 deletions

View file

@ -0,0 +1,3 @@
export default interface IScriptParams {
env: any;
}