1
0
Fork 0

chore(new-design): Pull in files from main branch

This commit is contained in:
Joost De Cock 2022-07-02 19:46:04 +02:00
parent 25ef8f0e14
commit fbea81a4c7
4 changed files with 14 additions and 2 deletions

View file

@ -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',