@param {string} file
(file)
| 116 | |
| 117 | /** @param {string} file */ |
| 118 | function relative(file) { |
| 119 | return posixify(path.relative(`${output}/server`, file)); |
| 120 | } |
| 121 | |
| 122 | // Contains the stringified version of |
| 123 | /** @type {import('types').SSROptions} */ |
no test coverage detected