https://github.com/hex2f/vite-bug-reprod
Monorepo module resolution fails when requested via HTTP using the dev server
https://github.com/hex2f/vite-bug-reprod
Last synced: 5 months ago
JSON representation
Monorepo module resolution fails when requested via HTTP using the dev server
- Host: GitHub
- URL: https://github.com/hex2f/vite-bug-reprod
- Owner: hex2f
- Created: 2023-02-18T23:06:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-18T23:11:30.000Z (over 3 years ago)
- Last Synced: 2025-02-01T15:45:02.491Z (over 1 year ago)
- Language: HTML
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**relevant issue:** [vitejs/vite/issues/12106](https://github.com/vitejs/vite/issues/12106)
**reproduction steps:**
```
npm i
cd apps/web
npm run dev
```
then try to open the dev server in browser or curl http://localhost:port/@vitereprod/foo/src/index.ts