mirror of
https://github.com/wassname/optuna-dashboard.git
synced 2026-09-11 12:30:25 +08:00
Rename dashboard to optuna_dashboard
This commit is contained in:
+2
-2
@@ -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/'
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user