Skip to content

Commit

Permalink
feat(projects): add configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
Ohh-889 committed Aug 8, 2024
1 parent 1f90f11 commit 6c976ba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
registry=https://registry.npmmirror.com/
shamefully-hoist=true
ignore-workspace-root-check=true
link-workspace-packages=true
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"name": "react-soy",
"type": "module",
"version": "0.0.0",
"private": true,
"version": "0.1.0",
"private": false,
"homepage": "https://github.com/soybeanjs/soybean-admin-antd",
"packageManager": "pnpm@9.1.1",
"scripts": {
"build": "vite build --mode prod",
"build:test": "vite build --mode test",
Expand Down

0 comments on commit 6c976ba

Please # to comment.