Skip to content

Commit

Permalink
add gitignore modification to sveltekit doc
Browse files Browse the repository at this point in the history
  • Loading branch information
gursheyss committed Nov 23, 2023
1 parent 801cf3c commit 842a144
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions website/docs/guides/sveltekit.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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 `frontned/dist` needs to be replaced with `frontend/build`

##### Install/remove dependencies using your favorite package manager.
- Navigate into your "frontend" folder.
- `npm i`
Expand Down

0 comments on commit 842a144

Please sign in to comment.