examples
examples copied to clipboard
Integration Examples with Directus
Bumps [parse-url](https://github.com/IonicaBizau/parse-url) and [@nuxt/telemetry](https://github.com/nuxt/telemetry). These dependencies needed to be updated together. Updates `parse-url` from 6.0.2 to 8.1.0 Release notes Sourced from parse-url's releases. 8.1.0 [email protected] fix: cjs to load normalize-url...
Bumps [file-type](https://github.com/sindresorhus/file-type) from 16.5.3 to 16.5.4. Release notes Sourced from file-type's releases. v16.5.4 Fix: Malformed MKV could cause an infinite loop https://github.com/sindresorhus/file-type/commit/d86835680f4cccbee1a60628783c36700ec9e254 CVE-2022-36313 Also fixed in 17.1.3 Commits b5fe3b9 16.5.4...
This PR cleans up the sdk root imports and minor code updates
@phazonoverload this is the source code of the new sveltekit guide
Followed the guide. npm run dev starts, but when I open the app in browser, it immediately errors out. directus-examples/astro/node_modules/astro/dist/core/errors/errors.js:42 return err.type === "AstroError"; ^
Big fan of the project! I noticed you didn't have an example using the Qwik Framework so I added one.
I found out, that Sveltekit example is still using old Sveltekit version structure (index.svelte instead of +page.svelte __layout.svelte instead of +layout.svelte). It would be nice to recreate the example in...
The NextJS example can be improved to show how to use it with the app directory
Upgrade Sveltekit example template to Sveltekit V1.0.0 which was just released.
I followed this [tutorial](https://directus.io/guides/get-started-building-a-gatsby-website-with-directus/): After starting directus, I tried to run gatsby and then it throws this GraphQL error: There was an error in your GraphQL query: Cannot query field...