webstone-plugins icon indicating copy to clipboard operation
webstone-plugins copied to clipboard

Start your next full-stack application with Webstone and configure it as you go.

Results 58 webstone-plugins issues
Sort by recently updated
recently updated
newest added

When not using an external API, we need to run an GraphQL-Server inside a Sveltekit-Endpoint. We could leverage the [Yoga-package](https://www.graphql-yoga.com/docs/integrations/integration-with-sveltekit) that provides a Sveltekit-Integration Out-of-the-Box. When using this approach we...

See https://github.com/WebstoneHQ/webstone/runs/4419990481?check_suite_focus=true

bug

Some of the `README.md` files are a bit stale and need an update. It's best to review each one, clean up spelling errors and ensure everything is well documented and...

documentation
package:create-webstone-app
package:cli
package:core

This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically....

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [esbuild](https://togithub.com/evanw/esbuild) | [`^0.15.7` -> `^0.15.11`](https://renovatebot.com/diffs/npm/esbuild/0.15.7/0.15.11) | [![age](https://badges.renovateapi.com/packages/npm/esbuild/0.15.11/age-slim)](https://docs.renovatebot.com/merge-confidence/)...

dependencies

Relates to #65. [Rendered `README.md`](https://github.com/WebstoneHQ/webstone/blob/7cdd15dd060ebf08f563ef2b4d8bcd608a51f9b7/README.md)

The Repo isn't having a license currently. Suggestion: MIT, what do you think @mikenikles

enhancement

With #247, we no longer need to accommodate for multiple services in the CLI command structure. We only had `web` for now and can get rid of that. **Tasks** -...