mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 00:49:16 +02:00
New theming system
This commit is contained in:
parent
c505f6ff9b
commit
cd422832dd
196 changed files with 3355 additions and 3482 deletions
|
@ -152,5 +152,12 @@ module.exports = {
|
|||
disableHostCheck: true,
|
||||
// use https://node1.funkwhale.test/front-server/ if you use docker with federation
|
||||
public: process.env.FRONT_DEVSERVER_URL || ('http://localhost:' + (process.env.VUE_PORT || '8080'))
|
||||
},
|
||||
css: {
|
||||
loaderOptions: {
|
||||
sass: {
|
||||
implementation: require('sass')
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue