deps-upgrade(frontend-showcase): ⬆️ Update dependency versions in package.json for security patches and minor updates
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
parent
2e11a6979e
commit
799ebf2d72
1 changed files with 2 additions and 2 deletions
|
|
@ -8,8 +8,8 @@
|
|||
"showcase": "bun run showcase:start",
|
||||
"showcase:start": "concurrently --kill-others --names \"db,attr,api,ui\" -c \"blue,magenta,green,cyan\" \"bun run showcase:db\" \"bun run showcase:attr\" \"bun run showcase:api\" \"bun run showcase:ui\"",
|
||||
"showcase:db": "docker compose up",
|
||||
"showcase:attr": "cd ../../attributes/backend-api && DATABASE_POSTGRES_PORT=25460 bun run dev",
|
||||
"showcase:api": "cd ../backend-api && DATABASE_POSTGRES_PORT=25460 DATABASE_REDIS_HOST=localhost DATABASE_REDIS_PORT=26392 bun run dev:showcase",
|
||||
"showcase:attr": "sleep 5 && cd ../../attributes/backend-api && DATABASE_POSTGRES_PORT=25460 bun run dev",
|
||||
"showcase:api": "sleep 5 && cd ../backend-api && DATABASE_POSTGRES_PORT=25460 DATABASE_REDIS_HOST=localhost DATABASE_REDIS_PORT=26392 IDENTIFIER_PEPPER=showcase-dev-pepper bun run dev:showcase",
|
||||
"showcase:ui": "vite",
|
||||
"showcase:stop": "docker compose down",
|
||||
"showcase:clean": "docker compose down -v",
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue