mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 02:59:17 +02:00
See #161: removed old i18n stuff
This commit is contained in:
parent
c34111b0fd
commit
ba094c3e42
6 changed files with 0 additions and 930 deletions
|
@ -14,8 +14,6 @@ var webpackConfig = process.env.NODE_ENV === 'testing'
|
|||
? require('./webpack.prod.conf')
|
||||
: require('./webpack.dev.conf')
|
||||
|
||||
require('./i18n')
|
||||
|
||||
// default port where dev server listens for incoming traffic
|
||||
var port = process.env.PORT || config.dev.port
|
||||
var host = process.env.HOST || config.dev.host
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue