-
-
Notifications
You must be signed in to change notification settings - Fork 33
Update examples #199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update examples #199
Conversation
✅ Deploy Preview for locale-router-advanced ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for fallback-locale ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for locale-router-static ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for component-scoped-ssr ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for component-scoped-csr ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for multi-page-example ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for one-page-example ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for preprocess-example ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for single-load ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for parser-default ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for locale-param ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for loaders-example ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
✅ Deploy Preview for parser-icu ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
jarda-svoboda
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would prefer a history where each commit works as a separate and functional part of the PR (without unnecessary changes to specific files – meaning – change in commit A + further changes to the same file in commit X), but compared to my older commits it's perfectly fine. I'm just mentioning it for future PRs..)
| "@sveltejs/vite-plugin-svelte": "^3.0.0", | ||
| "svelte": "^4.0.5", | ||
| "vite": "^5.0.10" | ||
| "prepare": "svelte-kit sync || echo ''" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
what's the reason for the echo here?🤔
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Was just my copy-paste Ninja skills. I've cleaned it up now 🙏🏾
pnpm"@sveltejs/kit": "^2.47.1")