(options)
| 9 | anonymousOptions: ['local-path', 'remote-url'], |
| 10 | |
| 11 | locals(options) { |
| 12 | let proxyUrl = options.args[2]; |
| 13 | return { |
| 14 | path: `/${options.entity.name.replace(/^\//, '')}`, |
| 15 | proxyUrl, |
| 16 | }; |
| 17 | }, |
| 18 | |
| 19 | beforeInstall(options) { |
| 20 | if (this.project.isViteProject()) { |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…