chore(new-design): Pull in files from main branch
This commit is contained in:
parent
25ef8f0e14
commit
fbea81a4c7
4 changed files with 14 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
export const config = {
|
||||
node: 14, // Minimum node version
|
||||
fileUri: 'https://raw.githubusercontent.com',
|
||||
repo: 'freesewing/freesewing', // Repository to download from
|
||||
branch: 'develop', // Branch to download from
|
||||
repo: process.env.FS_REPO || 'freesewing/freesewing', // Repository to download from
|
||||
branch: process.env.FS_BRANCH || 'main', // Branch to download from
|
||||
i18n: [
|
||||
'account',
|
||||
'common',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue