keystonejs/keystone

None of the codesandbox examples work

Open

#8,462 创建于 2023年4月7日

在 GitHub 查看
 (9 评论) (1 反应) (0 负责人)JavaScript (2,386 fork)batch import
help wanted

仓库指标

Star
 (14,870 star)
PR 合并指标
 (平均合并 8天 20小时) (30 天内合并 13 个 PR)

描述

This applies to all of the examples, when clicking the Codesandbox link it fails to build with an error. Error from this example is the following:

yarn run v1.22.19
$ keystone dev
✨ Starting Keystone
✘ [ERROR] Could not resolve "../example-utils"

    keystone.ts:2:30:
      2 │ import { fixPrismaPath } from '../example-utils';
        ╵                               ~~~~~~~~~~~~~~~~~~

error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentationabout this command.

Codesandbox link: https://githubbox.com/keystonejs/keystone/tree/main/examples/usecase-blog

贡献者指南