Working and fixing some bugs

This commit is contained in:
2021-07-02 19:33:05 +02:00
parent 85f8043a62
commit 693d08fe97
22 changed files with 10851 additions and 62 deletions

View File

@@ -25,7 +25,10 @@ const server = {
host: '0.0.0.0'
}
const components = true
const components = [
'components',
'components/icons'
]
const buildDir = 'build'