🚚(frontend) rename folder app to apps
The folder app will be used for more than one app, so it was renamed to apps.
This commit is contained in:
8
.github/workflows/people.yml
vendored
8
.github/workflows/people.yml
vendored
@@ -62,7 +62,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
working-directory: src/frontend/app/desk
|
working-directory: src/frontend/apps/desk
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@@ -71,7 +71,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: '18.x'
|
node-version: '18.x'
|
||||||
cache: 'yarn'
|
cache: 'yarn'
|
||||||
cache-dependency-path: src/frontend/app/desk/yarn.lock
|
cache-dependency-path: src/frontend/apps/desk/yarn.lock
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: yarn install --frozen-lockfile
|
run: yarn install --frozen-lockfile
|
||||||
- name: Test Desk App
|
- name: Test Desk App
|
||||||
@@ -85,7 +85,7 @@ jobs:
|
|||||||
NEXT_PUBLIC_API_URL: http://localhost:8071/api/v1.0/
|
NEXT_PUBLIC_API_URL: http://localhost:8071/api/v1.0/
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
working-directory: src/frontend/app/desk
|
working-directory: src/frontend/apps/desk
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
@@ -94,7 +94,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
node-version: '18.x'
|
node-version: '18.x'
|
||||||
cache: 'yarn'
|
cache: 'yarn'
|
||||||
cache-dependency-path: src/frontend/app/desk/yarn.lock
|
cache-dependency-path: src/frontend/apps/desk/yarn.lock
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: yarn install --frozen-lockfile
|
run: yarn install --frozen-lockfile
|
||||||
- name: Build Desk App
|
- name: Build Desk App
|
||||||
|
|||||||
2
Makefile
2
Makefile
@@ -53,7 +53,7 @@ MAIL_YARN = $(COMPOSE_RUN) -w /app/src/mail node yarn
|
|||||||
TSCLIENT_YARN = $(COMPOSE_RUN) -w /app/src/tsclient node yarn
|
TSCLIENT_YARN = $(COMPOSE_RUN) -w /app/src/tsclient node yarn
|
||||||
|
|
||||||
# -- Frontend
|
# -- Frontend
|
||||||
PATH_FRONT_DESK = ./src/frontend/app/desk
|
PATH_FRONT_DESK = ./src/frontend/apps/desk
|
||||||
|
|
||||||
# ==============================================================================
|
# ==============================================================================
|
||||||
# RULES
|
# RULES
|
||||||
|
|||||||
|
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 25 KiB |
Reference in New Issue
Block a user