Skip to content
Open
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
2 changes: 1 addition & 1 deletion src/dfx/assets/project_templates/base/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Once the job completes, your application will be available at `http://localhost:
If you have made changes to your backend canister, you can generate a new candid interface with

```bash
npm run generate
npm run prebuild
```

at any time. This is recommended before starting the frontend development server, and will be run automatically any time you run `dfx deploy`.
Expand Down