mirror of
https://github.com/gromlab-ru/svg-sprites.git
synced 2026-07-21 20:30:16 +03:00
- добавлены consumer fixtures для React и Next.js - добавлены typecheck, production build и браузерные smoke-тесты - добавлена интеграционная проверка в CI
11 lines
206 B
JavaScript
11 lines
206 B
JavaScript
import path from 'node:path'
|
|
|
|
const integrationRoot = path.resolve(import.meta.dirname, '../..')
|
|
|
|
export default {
|
|
outputFileTracingRoot: integrationRoot,
|
|
turbopack: {
|
|
root: integrationRoot,
|
|
},
|
|
}
|