Skip to content

Commit

Permalink
build(playground): dev playgournd时项目启动时runtime加载失败
Browse files Browse the repository at this point in the history
re #539
  • Loading branch information
roymondchen committed Oct 31, 2023
1 parent 7d1bd60 commit 1876ccb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion runtime/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "module",
"private": true,
"scripts": {
"dev:react": "npm run build:libs && vite --config dev.vite.config.ts",
"dev:react": "vite --config dev.vite.config.ts",
"dev:playground": "vite --config dev.vite.config.ts",
"build": "npm run build:libs && npm run build:page && npm run build:playground",
"build:page": "vite build --config build.vite.config.ts --mode page",
Expand Down
2 changes: 1 addition & 1 deletion runtime/vue2/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "module",
"private": true,
"scripts": {
"dev:vue2": "npm run build:libs && vite --config dev.vite.config.ts",
"dev:vue2": "vite --config dev.vite.config.ts",
"dev:playground": "vite --config dev.vite.config.ts",
"build": "npm run build:libs && npm run build:page && npm run build:playground",
"build:page": "vite build --config build.vite.config.ts --mode page",
Expand Down
3 changes: 1 addition & 2 deletions runtime/vue3/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
"type": "module",
"private": true,
"scripts": {
"dev": "npm run build:libs && vite --config dev.vite.config.ts",
"dev:playground": "vite --config dev.vite.config.ts",
"dev": "vite --config dev.vite.config.ts",
"build": "npm run build:libs && npm run build:page && npm run build:playground",
"build:page": "vite build --config build.vite.config.ts --mode page",
"build:playground": "vite build --config build.vite.config.ts --mode playground",
Expand Down

0 comments on commit 1876ccb

Please sign in to comment.