-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Feat: filter data that the suffix is serverQrl_rpc #7441
base: main
Are you sure you want to change the base?
Conversation
|
@wmertens it's my first time trying to implement this |
commit: |
built with Refined Cloudflare Pages Action⚡ Cloudflare Pages Deployment
|
Good start, now we need to read this file in qwik-city and only allow known symbols. Then we should also create a # Public endpoints
## `server$`
- `/xyz123`:
- parameters: foo, bar
- scope: myContext
## `formAction$`
... the dev can then check this in and will know when the API changes. |
a0b1d7b
to
af61437
Compare
af61437
to
cffd700
Compare
Use `QWIK_CITY_PUBLIC_API` constant instead of hardcoding the file name 'q-public-api.json' to improve maintainability and reduce the risk of errors
What is it?
fixes #7313
By looking at the symbol name you can see if it's a server qrl,
Description
Checklist
pnpm change