first commit

This commit is contained in:
2023-01-23 20:44:12 -05:00
commit 61da605aa9
179 changed files with 30272 additions and 0 deletions
Executable
+13
View File
@@ -0,0 +1,13 @@
const path = require('path')
module.exports = {
sassOptions: {
includePaths: [path.join(__dirname, 'styles')],
},
i18n: {
locales: ['en', 'ar'],
defaultLocale: 'en',
},
output: 'standalone',
}