如何select在codesandbox中预览哪个文件

How to select which file is previewed in codesandbox

我有一个导入的项目,其中的文件结构如下:

dir1
    index1.html
dir2
    index2.html

prewiew 向我显示 index1.html 我如何更改它以在 prewiew 中显示 index2.html?我试图将 package.json 文件主要属性更改为“/dir2/index2.html”,但它不起作用

Codesandbox 在打开沙箱时打开“主”文件 - 它在 package.json 中执行“构建”和“启动”脚本(以及其他相关脚本,例如预构建等),因为这是在预览浏览器 and/or 节点实例中为 运行 准备包所需要做的。