mirror of
https://github.com/wailsapp/wails.git
synced 2026-03-14 14:45:49 +01:00
Update runtime.md
This commit is contained in:
parent
fb5afbd394
commit
9a01650622
1 changed files with 2 additions and 2 deletions
|
|
@ -44,7 +44,7 @@ following command:
|
|||
wails3 generate runtime
|
||||
```
|
||||
|
||||
This will generate a `runtime.js` (and `runtime.debug.js`) file in the `frontend` directory of your project.
|
||||
This will generate a `runtime.js` (and `runtime.debug.js`) file in the current directory. Move this to the `frontend` directory of your project.
|
||||
This file can be included in your assets directory and used in your application by adding it to your assets
|
||||
directory (normally `frontend/dist`) and then including it in your HTML:
|
||||
|
||||
|
|
@ -55,4 +55,4 @@ directory (normally `frontend/dist`) and then including it in your HTML:
|
|||
</head>
|
||||
<!--- ... -->
|
||||
</>
|
||||
```
|
||||
```
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue