Skip to content

Commit

Permalink
update doc about the dev enviroment
Browse files Browse the repository at this point in the history
Signed-off-by: Augustin Husson <[email protected]>
  • Loading branch information
Nexucis committed Feb 8, 2025
1 parent 5a5b3cd commit 6dc4928
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ The instructions are for the `Table` plugin, replace the name accordingly.

1. Start development server of the plugin: `cd Table; npm run dev`
1. Update the Perses configuration `config.yaml` to use development server for this plugin:
```
```yaml
plugins:
dev_environment:
plugins:
plugin:
- name: Table
disable_schema: false
url: http://localhost:3005
absolute_path: /absolute/path/to/plugin/repository/Table
```
Expand Down

0 comments on commit 6dc4928

Please sign in to comment.