Initial commit

This commit is contained in:
phil 2023-11-06 17:04:17 +05:30
commit 3355b9d716
15 changed files with 1635 additions and 0 deletions

16
package.json Normal file
View file

@ -0,0 +1,16 @@
{
"name": "frontend-app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"generate-client": "openapi --input http://localhost:4200/v2/openapi.json --output ./src/client/Gisaf/openapi --client angular"
},
"author": "",
"license": "",
"devDependencies": {
"openapi-typescript-codegen": "^0.20.1",
"typescript": "^4.6.2"
}
}