mirror of
https://github.com/ajnart/homarr.git
synced 2026-02-28 01:10:54 +01:00
* refactor: add dev directory to organize dev files #398 * chore: address pull request feedback
This commit is contained in:
@@ -5,4 +5,4 @@ npm-debug.log
|
||||
README.md
|
||||
.next
|
||||
.git
|
||||
development.docker-compose.yml
|
||||
dev
|
||||
@@ -16,7 +16,7 @@
|
||||
"db:migration:mysql:generate": "pnpm -F db migration:mysql:generate",
|
||||
"db:migration:run": "pnpm -F db migration:run",
|
||||
"dev": "turbo dev --parallel",
|
||||
"docker:dev": "docker compose -f ./development.docker-compose.yml up",
|
||||
"docker:dev": "docker compose -f ./dev/development.docker-compose.yml up",
|
||||
"format": "turbo format --continue -- --cache --cache-location node_modules/.cache/.prettiercache",
|
||||
"format:fix": "turbo format --continue -- --write --cache --cache-location node_modules/.cache/.prettiercache",
|
||||
"lint": "turbo lint --continue -- --cache --cache-location node_modules/.cache/.eslintcache",
|
||||
|
||||
Reference in New Issue
Block a user