Skip to content

Commit

Permalink
feat(server): support getting assets on the server
Browse files Browse the repository at this point in the history
  • Loading branch information
yimingjfe committed Jul 1, 2024
1 parent 95eae02 commit 930b341
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 34 deletions.
4 changes: 2 additions & 2 deletions packages/server/plugin-server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"modern",
"modern.js"
],
"version": "2.54.6-alpha.2",
"version": "2.54.5",
"types": "./src/cli",
"jsnext:source": "./src/cli",
"main": "./dist/cjs/cli.js",
Expand Down Expand Up @@ -71,7 +71,7 @@
}
},
"dependencies": {
"@modern-js/runtime-utils": "^2.54.5",
"@modern-js/runtime-utils": "workspace:*",
"@modern-js/server-utils": "workspace:*",
"@modern-js/utils": "workspace:*",
"@swc/helpers": "0.5.3"
Expand Down
34 changes: 2 additions & 32 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 930b341

Please sign in to comment.