Rename dashboard to optuna_dashboard

This commit is contained in:
c-bata
2020-10-24 17:48:19 +09:00
parent e7a432486a
commit 92b5bc4f7d
19 changed files with 7 additions and 7 deletions
+2 -2
View File
@@ -14,9 +14,9 @@ if (isDev) {
var config = {
mode,
entry: [__dirname + '/dashboard/static/index.tsx'],
entry: [__dirname + '/optuna_dashboard/static/index.tsx'],
output: {
path: __dirname + '/dashboard/public/',
path: __dirname + '/optuna_dashboard/public/',
filename: 'bundle.js',
publicPath: '/public/'
},