mirror of
https://github.com/cloudflare/vinext.git
synced 2026-09-14 19:04:59 +08:00
c17d6941be
* chore: migrate to vite plus
* Disable typeAware and typeCheck
* Update CI
* Fix CI
* Fix test
* Clean
* Run test with vp
* Try revert
* react: false In test
* Fix test
* Revert "Try revert"
This reverts commit 009da10473.
* Update
* Update
* Try revert ci changes
* revert
* Run vp migrate
* Disable typeAware and typeCheck for now
* Better resolve for test
* Use vp dev instead of vite
* Update expect
* Fix NormalizeManifestModuleId
* Try increase timeout
* Update to use vp
* Try new check
* Bring back npx vp
* Migrate CI
* Make next-intl resolvable
* Update
* Update
* Update
22 lines
425 B
JSON
22 lines
425 B
JSON
{
|
|
"name": "vinext-app-router-nitro",
|
|
"type": "module",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vp dev",
|
|
"build": "vp build",
|
|
"preview": "vp preview"
|
|
},
|
|
"dependencies": {
|
|
"@vitejs/plugin-react": "catalog:",
|
|
"react": "catalog:",
|
|
"react-dom": "catalog:",
|
|
"vite": "catalog:",
|
|
"vinext": "workspace:*",
|
|
"nitro": "catalog:"
|
|
},
|
|
"devDependencies": {
|
|
"vite-plus": "catalog:"
|
|
}
|
|
}
|