Specify the useRuntimes
property for the "remix" framework to use the @vercel/remix
Builder.
The ENABLE_FILE_SYSTEM_API
env var is no longer necessary so the vercel.json
file from the Remix template has also been deleted.
leerob push vercel/vercel
commit sha: d008617c0b6984156c41710d0ba78349ce6e9d64
push time in 6 hours agoleerob in vercel/vercel delete branch update/frameworks-use-remix-builder
leerob pull request vercel/vercel
Specify the useRuntimes
property for the "remix" framework to use the @vercel/remix
Builder.
The ENABLE_FILE_SYSTEM_API
env var is no longer necessary so the vercel.json
file from the Remix template has also been deleted.
leerob merge to vercel/vercel
Specify the useRuntimes
property for the "remix" framework to use the @vercel/remix
Builder.
The ENABLE_FILE_SYSTEM_API
env var is no longer necessary so the vercel.json
file from the Remix template has also been deleted.
Thank you!
leerob merge to vercel/turborepo
Thank you! My b.
leerob issue comment vercel/turborepo
A starter example component library where each component is published as its own NPM package.
Maybe tsup is a better solution here? Open to suggestions.
Storybook doesn't seem like the right choice because it brings in webpack and Babel and ideally this solution avoids those entirely.
Update: We now have a design system example using:
https://github.com/vercel/turborepo/tree/main/examples/design-system
leerob push leerob/leerob.io
commit sha: df4cc51039b6535db9d434b1e5b75cb634454b00
push time in 10 hours agoleerob push leerob/leerob.io
commit sha: 33efc99c7e641d3b7fdd7a4416e3d9449746b6b0
push time in 10 hours agoleerob push leerob/leerob.io
commit sha: cc3791ca12fb7fa2933cd8ad920604f63cdd339f
push time in 22 hours agoleerob push leerob/leerob.io
commit sha: ac9b6315349bde8ea59100acd8c0c308210b9b52
push time in 22 hours agoleerob push leerob/leerob.io
commit sha: c316e760e8dfefe8edc9e110859f1b7cbbba5e25
push time in 22 hours agoleerob push leerob/leerob.io
commit sha: 310f9bc2eca870518e1678f4a13283e6250cbdd6
push time in 22 hours agoleerob push leerob/leerob.io
commit sha: 89d8720100a46f17af3effd36a954f1a520e87c4
push time in 22 hours agoleerob push leerob/leerob.io
commit sha: a295b8b6101b862379074df27cb08e3839e10e5c
push time in 22 hours agoleerob merge to vercel/next.js
I know this PR is a relatively large and unsolicited change, but I found a few inconsistencies in ESLint plugin documentation, etc. I thought might be worth fixing. As such, I'll take no offense if y'all don't want all or any of it.
Please let me know if you'd like anything changed.
@next
prefix to rules table (needed to override rules and it's misleading as is).index.js
and in eslint.md
rules table to be alphabetized for better readability (and for rule reconciliation as it matches the file system).1
s and 2
s in index.js
to be 'warn'
and 'error'
, respectively, for better readability.contributing.md
yarn lint
leerob push vercel/micro
commit sha: ee98ad8513e8b869f6a2ecc47bc72a871fa763a5
push time in 1 day agoleerob push vercel/micro
commit sha: f222a661ffca7e47ae39f70b4053e683d05251d4
push time in 1 day agoleerob push vercel/micro
commit sha: 7a9610aa71558dcfd2c1bdd5b07831a84fa325b2
push time in 1 day agoleerob issue comment vercel/micro
Fixes this issue https://github.com/vercel/micro-dev/issues/87 by native-way
Would you be interested in adding some here? https://github.com/vercel/micro/tree/master/test
leerob merge to vercel/micro
Fixes this issue https://github.com/vercel/micro-dev/issues/87 by native-way
Thank you! Ideally we could have some tests for this 🙏
leerob push vercel/micro
commit sha: 611a1c3478169ae196bf20bb1e23135486b9a73d
push time in 1 day agoleerob pull request vercel/micro
Hi, I found the example of socket.io-chat-app using jQuery for DOM manipulation and I thought it would be better to use vanilla JS instead of JQuery for DOM. Thank you.
leerob merge to vercel/micro
Hi, I found the example of socket.io-chat-app using jQuery for DOM manipulation and I thought it would be better to use vanilla JS instead of JQuery for DOM. Thank you.
Thank you! (Sorry for the delay)
leerob push vercel/micro
commit sha: 7ea252bbbd8d1abb8cb347d4142a97156aa1accb
push time in 1 day agoleerob issue comment vercel/vercel
I wonder if we need the VITE_
prefix: https://github.com/vercel/vercel/blob/main/packages/frameworks/src/frameworks.ts#L1997
leerob push vercel/vercel
commit sha: 16621208068f314219b459702a1726ceae30b7be
push time in 1 day ago
[frameworks] Use
@vercel/remix
Builder for "remix" preset (#7831)Specify the
useRuntimes
property for the "remix" framework to use the@vercel/remix
Builder.The
ENABLE_FILE_SYSTEM_API
env var is no longer necessary so thevercel.json
file from the Remix template has also been deleted.