mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-02 23:51:44 +08:00
add .gitignore modification to sveltekit doc (#3074)
* add gitignore modification to sveltekit doc * Fix Typo --------- Co-authored-by: Lea Anthony <lea.anthony@gmail.com>
This commit is contained in:
parent
3c5d850a30
commit
a1f067377f
@ -24,6 +24,9 @@ This guide will go into:
|
||||
##### Modify main.go.
|
||||
- The first comment `//go:embed all:frontend/dist` needs to be changed to `//go:embed all:frontend/build`
|
||||
|
||||
##### Modify .gitignore
|
||||
- The line `frontend/dist` needs to be replaced with `frontend/build`
|
||||
|
||||
##### Install/remove dependencies using your favorite package manager.
|
||||
- Navigate into your "frontend" folder.
|
||||
- `npm i`
|
||||
|
Loading…
Reference in New Issue
Block a user