Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
04d99b9
docs: add eslint to docs folder
kheiner Apr 10, 2026
66654d5
docs: udpate example from webhooks to posts
kheiner Apr 10, 2026
e3bb9ab
chore: Remove NPM artifacts
kheiner Apr 11, 2026
4eaf498
docs: Add directus-template-cli details to readme.md
kheiner Apr 11, 2026
5c42b88
docs: add eslint to docs folder
kheiner Apr 10, 2026
0d49dda
docs: udpate example from webhooks to posts
kheiner Apr 10, 2026
4dd2fc4
Merge pull request #1 from kheiner/chore/remove-npm-artifacts
kheiner Apr 12, 2026
6034e03
Merge pull request #2 from kheiner/docs/add-linting
kheiner Apr 12, 2026
d071759
Delete .npmrc
kheiner Apr 12, 2026
91cec22
chore: update scripts
kheiner Apr 12, 2026
897adeb
chore: remove dependency `change-case`
kheiner Apr 12, 2026
37f5dbb
chore: keep @nuxt/devtools locked to stable branch
kheiner Apr 12, 2026
8d4df23
chore: bump defu & ufo
kheiner Apr 12, 2026
55e5b9a
chore: bump nuxt 4.4.2
kheiner Apr 12, 2026
b89a905
chore: fix linting errors
kheiner Apr 12, 2026
2b07f1c
chore: bump vitepress
kheiner Apr 12, 2026
05efbf9
chore: bump @nuxt/test-utils to 4.0.2 & vitest to 4.1.4
kheiner Apr 13, 2026
d0dcb9f
chore: bump @antfu/eslint-config & eslint
kheiner Apr 13, 2026
84deaa4
wip: checking ci node -v
kheiner Apr 13, 2026
68bbb5b
Revert "wip: checking ci node -v"
kheiner Apr 13, 2026
fbc820d
chore: separate lint:fix and lint
kheiner Apr 13, 2026
c42c0c7
ci: update to checkout@v5
kheiner Apr 13, 2026
6fdf9c7
Revert "ci: update to checkout@v5"
kheiner Apr 13, 2026
b58aac1
Revert "chore: bump @antfu/eslint-config & eslint"
kheiner Apr 13, 2026
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
1 change: 0 additions & 1 deletion .npmrc

This file was deleted.

6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,10 +70,16 @@ For cross-domain setups (e.g., `app.example.com` ↔ `api.example.com`), see the

## Development

> [!IMPORTANT] The playground uses [directus-template-cli](https://github.com/directus-labs/directus-template-cli?tab=readme-ov-file#applying-a-template) `cms` template.
> Apply the template with `npx directus-template-cli@latest apply` and follow the interactive prompts.

```bash
# Install dependencies
bun install

# Add DIRECTUS_ADMIN_TOKEN to playground .env (don't forget to update your token)
cp ./playground/.env.example ./playground/.env

# Generate type stubs
bun run dev:prepare

Expand Down
Loading
Loading