-
-
Notifications
You must be signed in to change notification settings - Fork 223
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
Add Vite app example #661
Add Vite app example #661
Conversation
🦋 Changeset detectedLatest commit: ac2e49a The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Someone is attempting to deploy a commit to a Personal Account owned by @belgattitude on Vercel. @belgattitude first needs to authorize it. |
Code Climate has analyzed commit ac2e49a and detected 0 issues on this pull request. View more on Code Climate. |
chore(deps): update nextjs monorepo to v11.1.3-canary.100
@ekafyi, thanks.
Nice spot, I can't reproduce on linux or CI... but definitely I think there's something wrong with the config (are you on a mac ?) I haven't looked at the code yet but I'm okay to merge it, cause it's fun 😄 I suggest this,
Let me know if you're fine with this and we'll merge this week. |
chore(nextjs): remove nextjs build target
fix(deps): update dependency @tsed/exceptions to v6.75.7
Changeset added! (I have never used it before, looks like a brilliantly practical system for versioning/publishing.) |
…ing-library-5.x chore(deps): update dependency eslint-plugin-testing-library to v5
fix(deps): update dependency axios to v0.24.0
…monorepo chore(deps): update typescript-eslint monorepo to v5.2.0
…mport-export chore(eslint): enable consistent types import/exports
chore(deps): update dependency eslint-config-next to v12
fix(deps): update dependency react-query to v3.29.0
chore(deps): update dependency lint-staged to v11.2.6
fix(deps): update dependency graphql to v15.7.0
chore(deps): update dependency sass to v1.43.4
chore(deps): update nextjs monorepo to v12.0.1
fix(deps): update dependency @mui/material to v5.0.6
…ules-9.x fix(deps): update dependency next-transpile-modules to v9
fix(deps): update dependency type-fest to v2.5.2
…xp-1.x chore(deps): update dependency eslint-plugin-regexp to v1.5.0
@ekafyi I've changed few things, can you rebase with main branch ? and generate a new yarn.lock Would be awesome, thanks |
fix(deps): update dependency @tsed/exceptions to v6.75.8
Done! |
yep 😄 I'll merge, the reason why the ci fail is not clear but I'll P/R a fix just after There's probably a missing
|
Hey with the changeset, you'll be in the changelog... it's fully automated #697. Nice 😄 |
I posted about this a while ago but had only been able to come back to this just now.
This PR adds a sample app based on the official Vite react-ts starter template. Might be useful for those who want to make a simple website that does not need Next.js' full features.
Caveats/shortcomings:
import/no-unresolved
error due to some ESLint config, not just in this app but also in the Next.js app. The imports work correctly despite the TS error.