(dir: string)
| 65 | }; |
| 66 | |
| 67 | public setDirectories(dir: string): void { |
| 68 | this.projectDir = dir; |
| 69 | this.baseDir = path.join(dir, '.vite'); |
| 70 | } |
| 71 | |
| 72 | private get configGenerator(): ViteConfigGenerator { |
| 73 | return (this.configGeneratorCache ??= new ViteConfigGenerator( |
no outgoing calls
no test coverage detected