diff --git a/.gitignore b/.gitignore index 5978887f..abf848c2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,8 +1,12 @@ # JetBrains **/.idea +# Node node_modules +# PNPM +.pnpm-store/ + # Output .output .vercel diff --git a/backend/frontend/frontend_included.go b/backend/frontend/frontend_included.go index 504a0ba1..dcf346aa 100644 --- a/backend/frontend/frontend_included.go +++ b/backend/frontend/frontend_included.go @@ -32,10 +32,6 @@ func init() { panic(fmt.Errorf("failed to read index.html: %w", iErr)) } - // Get the position of the first %sveltekit.head%