We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 765bbf8 commit ac71e29Copy full SHA for ac71e29
package.json
@@ -13,6 +13,7 @@
13
"build:prod": "tsc -b && vite build --mode prod",
14
"commitlint": "commitlint --edit",
15
"release": "semantic-release",
16
+ "harperdb": "harperdb",
17
"update-sdk": "npx -y dotenv-cli -e .env.local -- npm run update-sdk:fetch && npx -y openapi-typescript --root-types --alphabetize --enum ./dist/central-manager.json -o ./src/lib/api.gen.d.ts",
18
"update-sdk:fetch": "mkdir -p dist && curl --location \"$VITE_CENTRAL_MANAGER_API_URL/openapi\" -u \"$HDB_ADMIN_USERNAME_FOR_OPENAPI:$HDB_ADMIN_PASSWORD_FOR_OPENAPI\" -o ./dist/central-manager.json",
19
"lint": "eslint .",
0 commit comments