This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @page "/" | |
| @using MongoDB.Driver | |
| @rendermode InteractiveServer | |
| <PageTitle>Home</PageTitle> | |
| <h1>Hello, world! @message</h1> | |
| Welcome to your new app. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "watchList": [ | |
| { | |
| "id": "T1", | |
| "path": "c:\\temp", | |
| "filter": null, | |
| "recurse": true, | |
| "onChanged": "@file", | |
| "onChangedArgs": null, | |
| "onCreated": null, |