CaptainOfPhB
CaptainOfPhB
> 最新版本已支持excludeAssetFilter,使用方式 > > ```js > import microApp from '@micro-zoe/micro-app' > > microApp.start({ > excludeAssetFilter (assetUrl) { > if (assetUrl === 'xxx') { > return true // 返回true则micro-app不会劫持处理当前文件 > }...
`sudo npm install -g nrm@latest` can fix it.
可以放到 [Vercel](https://vercel.com/) 上,配置还是写在 registries.json 中,但是通过打接口拿配置,以后添加 registry 就可以只用 push 到 master 不用发版了,接口拿到的 json 自动就是最新的。
As mentioned in the documentation([customizing-css section](https://vitepress.vuejs.org/guide/theme-introduction#customizing-css)), we can override the css var to work around this temporarily. ```css /* .vitepress/theme/custom.css */ html:not(.dark) { --vp-c-text-dark-3: #ccc; --vp-code-block-bg: rgba(238, 238, 238, 0.5);...
> Modify that file and add `which node` to see where it is locating node. > > pnpm usually runs from a bin stub shell script for me...I found that...
I think use `.toString()` is better, no need to change TypeScript.
Refer to fig's blog([Fig has joined AWS!](https://fig.io/blog/post/fig-joins-aws)). So, let's waiting, hope there will come a good news.
试下我写的 [`nrm-ng`](https://www.npmjs.com/package/nrm-ng),应该比 `nrm` 好用些 😝。
[`npm i -g nrm-ng`](https://www.npmjs.com/package/nrm-ng)
Try `npm i -g nrm-ng`.