refactor: add dokploy network automatically

This commit is contained in:
Mauricio Siu 2024-08-17 00:28:17 -06:00
commit 7497671033
5 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
{
"name": "dokploy",
"version": "v0.6.2",
"version": "v0.6.3",
"private": true,
"license": "Apache-2.0",
"type": "module",

View File

@ -20,7 +20,7 @@
"format-and-lint": "biome check .",
"check": "biome check --write --no-errors-on-unmatched --files-ignore-unknown=true",
"format-and-lint:fix": "biome check . --write",
"prepare": "node .husky/install.mjs"
"prepare": "node ./.config/.husky/install.mjs"
},
"devDependencies": {
"dotenv": "16.4.5",