Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

upgrade sveltekit to v1 #178

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions sveltekit/.env.example
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
VITE_DIRECTUS_URL=http://127.0.0.1:8055
[email protected]
DIRECTUS_PASSWORD=d1r3ctu5
DIRECTUS_STATIC_TOKEN=
PUBLIC_DIRECTUS_URL=
SECRET_DIRECTUS_TOKEN=
[email protected]
SECRET_DIRECTUS_PASSWORD=d1r3ctu5

2 changes: 1 addition & 1 deletion sveltekit/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This is a [SvelteKit](https://kit.svelte.dev) project bootstrapped with [`create-svelte`](https://github.com/sveltejs/kit/tree/master/packages/create-svelte).

> ℹ This example uses @sveltejs/kit version `1.0.0-next.350`.
> ℹ This example uses @sveltejs/kit version `1.0.1`.

[![Open in CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/github/directus/examples/tree/main/sveltekit)

Expand Down
Loading