Skip to content

Commit 6e5c254

Browse files
committed
updated run-officeapp script
1 parent 985f395 commit 6e5c254

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ Follow these steps to get the project up and running:
4747
Modify local or remote `MS SQL` database connection strings in the [Web API appsettings.json](./src/Server/Logistics.API/appsettings.json) and the [IdentityServer appsettings.json](./src/Server/Logistics.IdentityServer/appsettings.json) under the `ConnectionStrings:MainDatabase` section. Update tenant databases configuration in the [Web API appsettings.json](./src/Server/Logistics.API/appsettings.json) under the `TenantsConfig` section.
4848
4949
5. Seed databases:
50-
To initialize and populate the databases, run the `seed-databases.bat` script provided in the repository.
50+
To initialize and populate the databases, run the `seed-databases.cmd` script provided in the repository.
5151
5252
6. Run applications:
53-
Launch all the applications in the suite using the respective `.cmd` scripts in the repository.
53+
Launch all the applications in the project using the respective `.cmd` scripts in the repository.
5454
5555
7. Access the applications:
5656
Use the following local URLs to access the apps:
@@ -98,7 +98,7 @@ This work is licensed under a
9898
9999
[![CC BY-NC 4.0][cc-by-nc-image]][cc-by-nc]
100100
101-
For commercial use, please contact me at **[email protected]** or Telegram **@suxrobgm**
101+
For commercial use, please contact me at **[email protected]** or [Telegram](https://t.me/suxrobgm).
102102
103103
## Architecture Diagram
104104
For a deeper understanding of the project structure, refer to the architecture diagram:

scripts/run-officeapp.cmd

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
title Office App
22
cd ../src/Client/Logistics.OfficeApp
3-
npm run start
3+
bun start
44

0 commit comments

Comments
 (0)