client.manifest.json 749 B

1234567891011121314151617181920212223242526
  1. {
  2. "@vite/client": {
  3. "prefetch": true,
  4. "isEntry": true,
  5. "file": "@vite/client",
  6. "css": [],
  7. "module": true,
  8. "resourceType": "script"
  9. },
  10. <<<<<<< HEAD
  11. "D:/dev/nuxt/sannongzixunwang_web/node_modules/nuxt/dist/app/entry.js": {
  12. =======
  13. "D:/MyProject/106/sannongzixunwang_web/node_modules/nuxt/dist/app/entry.js": {
  14. >>>>>>> c4ce2241b7fbd8890bcb17e4917d271c9bf7889b
  15. "resourceType": "script",
  16. "module": true,
  17. "prefetch": true,
  18. "preload": true,
  19. "isEntry": true,
  20. <<<<<<< HEAD
  21. "file": "D:/dev/nuxt/sannongzixunwang_web/node_modules/nuxt/dist/app/entry.js"
  22. =======
  23. "file": "D:/MyProject/106/sannongzixunwang_web/node_modules/nuxt/dist/app/entry.js"
  24. >>>>>>> c4ce2241b7fbd8890bcb17e4917d271c9bf7889b
  25. }
  26. }