diff --git a/.gitmodules b/.gitmodules index 0f7254e..bf6ad46 100644 --- a/.gitmodules +++ b/.gitmodules @@ -20,3 +20,9 @@ [submodule "packages/sampadak"] path = packages/sampadak url = https://github.com/ReStruct-Corporate-Advantage/sampadak +[submodule "packages/confitronclient"] + path = packages/confitronclient + url = https://github.com/ReStruct-Corporate-Advantage/confitronclient +[submodule "packages/taskerclient"] + path = packages/taskerclient + url = https://github.com/ReStruct-Corporate-Advantage/taskerclient diff --git a/packages/confitronclient b/packages/confitronclient new file mode 160000 index 0000000..3b59ca0 --- /dev/null +++ b/packages/confitronclient @@ -0,0 +1 @@ +Subproject commit 3b59ca0aa819a94070092135ea6bf0a941d1141a diff --git a/packages/taskerclient b/packages/taskerclient new file mode 160000 index 0000000..234af6e --- /dev/null +++ b/packages/taskerclient @@ -0,0 +1 @@ +Subproject commit 234af6e3aeaa708b293f6c02829a005027af719a diff --git a/tsconfig.json b/tsconfig.json index a273b0c..a951d6b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -6,6 +6,7 @@ "dom.iterable", "esnext" ], + "outDir": "build", "allowJs": true, "skipLibCheck": true, "esModuleInterop": true,