Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

minor typo causing build issues #8397

Merged
merged 2 commits into from
Dec 26, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/docs/contributing-guide/setup/codespaces.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ npm run build:plugins

```
npm run --prefix server db:create
npm run --prefix server db:mirgate
npm run --prefix server db:migrate
```

If at any point you need to reset the database, use this command `npm run --prefix server db:reset`
Expand All @@ -114,4 +114,4 @@ cd ./frontend && NODE=production npm run build
cd ./server && npm run start:prod
```

The client will start on the **port 3000**, you can access the client by visiting the url created by codespace - `https://<url>/apps/tooljet`
The client will start on the **port 3000**, you can access the client by visiting the url created by codespace - `https://<url>/apps/tooljet`
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ npm run build:plugins

```
npm run --prefix server db:create
npm run --prefix server db:mirgate
npm run --prefix server db:migrate
```

If at any point you need to reset the database, use this command `npm run --prefix server db:reset`
Expand All @@ -114,4 +114,4 @@ cd ./frontend && NODE=production npm run build
cd ./server && npm run start:prod
```

The client will start on the **port 3000**, you can access the client by visiting the url created by codespace - `https://<url>/apps/tooljet`
The client will start on the **port 3000**, you can access the client by visiting the url created by codespace - `https://<url>/apps/tooljet`