mirror of
https://github.com/selfxyz/self.git
synced 2026-02-19 02:24:25 -05:00
This commit is a first pass of lint and fmt, with a few manual fixes. Only manual issues left to do.
12 lines
208 B
JavaScript
12 lines
208 B
JavaScript
module.exports = {
|
|
project: {
|
|
ios: {},
|
|
android: {},
|
|
},
|
|
assets: [
|
|
'./assets/fonts',
|
|
'./node_modules/@tamagui/font-inter/otf',
|
|
'./node_modules/@tamagui/font-silkscreen/files',
|
|
],
|
|
};
|