Skip to content

Commit

Permalink
chore: add .npmrc set package-manage-strict (#264)
Browse files Browse the repository at this point in the history
  • Loading branch information
btea committed Apr 30, 2024
1 parent f7330c9 commit c2b4ea2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .npmrc
@@ -0,0 +1 @@
package-manager-strict=false
2 changes: 1 addition & 1 deletion vite.config.ts
Expand Up @@ -8,8 +8,8 @@ import { ElementPlusResolver } from 'unplugin-vue-components/resolvers'
import AutoImport from 'unplugin-auto-import/vite'
import Inspect from 'vite-plugin-inspect'
import Mkcert from 'vite-plugin-mkcert'
import pkg from './package.json'
import replPkg from '@vue/repl/package.json' assert { type: 'json' }
import pkg from './package.json'

const pathSrc = path.resolve(__dirname, 'src')

Expand Down

0 comments on commit c2b4ea2

Please sign in to comment.