mirror of
https://github.com/gromlab-ru/svg-sprites.git
synced 2026-07-22 04:40:17 +03:00
11 lines
206 B
JavaScript
11 lines
206 B
JavaScript
import path from 'node:path'
|
|
|
|
const repositoryRoot = path.resolve(import.meta.dirname, '../../..')
|
|
|
|
export default {
|
|
outputFileTracingRoot: repositoryRoot,
|
|
turbopack: {
|
|
root: repositoryRoot,
|
|
},
|
|
}
|