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 f5d3342 commit 6685bd6Copy full SHA for 6685bd6
apps/dokploy/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "dokploy",
3
- "version": "v0.26.2",
+ "version": "v0.26.3",
4
"private": true,
5
"license": "Apache-2.0",
6
"type": "module",
@@ -33,7 +33,7 @@
33
"docker:build:canary": "./docker/build.sh canary",
34
"docker:push:canary": "./docker/push.sh canary",
35
"version": "echo $(node -p \"require('./package.json').version\")",
36
- "test": "vitest --config __test__/vitest.config.ts",
+ "test": "vitest --config __test__/vitest.config.ts volume-backups",
37
"generate:openapi": "tsx -r dotenv/config scripts/generate-openapi.ts"
38
},
39
"dependencies": {
0 commit comments