chore: add development package and update workspace (#2700)
* feat: add development package and update workspace - Introduced a new development package with a Docker Compose script. - Updated pnpm workspace to include the development directory. - Changed Turbo UI setting from 'stream' to 'tui'. * fix: rename * Discard changes to turbo.json
This commit is contained in:
10
development/package.json
Normal file
10
development/package.json
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"name": "@homarr/development",
|
||||||
|
"version": "0.1.0",
|
||||||
|
"private": true,
|
||||||
|
"license": "Apache-2.0",
|
||||||
|
"type": "module",
|
||||||
|
"scripts": {
|
||||||
|
"dev": "docker compose -f development.docker-compose.yml up"
|
||||||
|
}
|
||||||
|
}
|
||||||
2
pnpm-lock.yaml
generated
2
pnpm-lock.yaml
generated
@@ -485,6 +485,8 @@ importers:
|
|||||||
specifier: ^5.8.2
|
specifier: ^5.8.2
|
||||||
version: 5.8.2
|
version: 5.8.2
|
||||||
|
|
||||||
|
development: {}
|
||||||
|
|
||||||
packages/analytics:
|
packages/analytics:
|
||||||
dependencies:
|
dependencies:
|
||||||
'@homarr/db':
|
'@homarr/db':
|
||||||
|
|||||||
@@ -2,3 +2,4 @@ packages:
|
|||||||
- apps/*
|
- apps/*
|
||||||
- packages/*
|
- packages/*
|
||||||
- tooling/*
|
- tooling/*
|
||||||
|
- development
|
||||||
Reference in New Issue
Block a user