[org] fix: Update prebuild script to config changes
This commit is contained in:
parent
631f75a2db
commit
aaed36a46a
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
import fs from 'fs'
|
import fs from 'fs'
|
||||||
import path from 'path'
|
import path from 'path'
|
||||||
import yaml from 'yaml'
|
import yaml from 'yaml'
|
||||||
import designInfo from '../../../config/software/designs.json' with { type: 'json' }
|
import { about as designInfo } from '../../../packages/collection/src/index.mjs'
|
||||||
import { designs as designTranslations } from '../../../i18n/designs.mjs'
|
import { designs as designTranslations } from '../../../i18n/designs.mjs'
|
||||||
import { measurements as measurementsTranslations } from '@freesewing/i18n'
|
import { measurements as measurementsTranslations } from '@freesewing/i18n'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue