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:
gurshan
2023-12-04 18:49:34 +11:00
committed by GitHub
co-authored by Lea Anthony
parent 3c5d850a30
commit a1f067377f
+3
View File
@@ -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`