API: types schema improve typescript performance

This commit is contained in:
Johannes Kirschbauer
2024-09-02 17:40:23 +02:00
parent 226732c627
commit aceae9aa1e
9 changed files with 38 additions and 180 deletions

View File

@@ -19,7 +19,7 @@
preBuild = ''
mkdir -p api
cat ${config.packages.clan-ts-api} > api/index.ts
cp -r ${config.packages.clan-ts-api}/* api
'';
};
devShells.webview-ui = pkgs.mkShell {
@@ -50,7 +50,8 @@
mkdir -p ./app/api
cat ${config.packages.clan-ts-api} > ./app/api/index.ts
cp -r ${config.packages.clan-ts-api}/* app/api
chmod -R +w app/api
'';
};
};