|
|
@ -22,6 +22,6 @@ $stepper->loadEnv(__DIR__); |
|
|
$stepper->url = plugin_dir_url(__FILE__); |
|
|
$stepper->url = plugin_dir_url(__FILE__); |
|
|
$stepper->scriptUrl = file_exists(__DIR__.'/assets/public/hot') |
|
|
$stepper->scriptUrl = file_exists(__DIR__.'/assets/public/hot') |
|
|
? 'http://localhost:8080/' |
|
|
? 'http://localhost:8080/' |
|
|
: plugin_dir_url(__FILE__); |
|
|
|
|
|
|
|
|
: plugin_dir_url(__FILE__).'assets/public/'; |
|
|
$stepper->initFrontend(); |
|
|
$stepper->initFrontend(); |
|
|
|
|
|
|
|
|
|