我尝试在 PhpStorm 中创建简单的 PWA。我有 2 个文件:
- 主页.html
- 清单.json
文件home.html
包含以下链接manifest.json
:
<link rel="manifest" href="/manifest.json">
当我home.html
使用 PhpStorm 内置 Web 服务器打开时manifest.json
,Chrome 控制台中出现错误 404:
Failed to load resource: the server responded with a status of 404 (Not Found)
我可以在 PhpStorm 中配置内置的 Web 服务器以使用 JSON,或者这是不可能的吗?