client.manifest.json 502 B

123456789101112131415161718
  1. {
  2. "@vite/client": {
  3. "prefetch": true,
  4. "isEntry": true,
  5. "file": "@vite/client",
  6. "css": [],
  7. "module": true,
  8. "resourceType": "script"
  9. },
  10. "D:/MyProject/gogs/sannongzixunwang_web_ssr/sannongzixunwang_web/node_modules/nuxt/dist/app/entry.js": {
  11. "resourceType": "script",
  12. "module": true,
  13. "prefetch": true,
  14. "preload": true,
  15. "isEntry": true,
  16. "file": "D:/MyProject/gogs/sannongzixunwang_web_ssr/sannongzixunwang_web/node_modules/nuxt/dist/app/entry.js"
  17. }
  18. }