Skip to content
This repository has been archived by the owner on Nov 4, 2023. It is now read-only.

Commit

Permalink
fix: incorrect message telling user to copy example config to "dist"
Browse files Browse the repository at this point in the history
  • Loading branch information
rchl committed Nov 28, 2020
1 parent 42fac30 commit 6d5b721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import '@mdi/font/scss/materialdesignicons.scss';
function onConfigLoadOrError (error) {
if (error) {
alert(`Please make sure that you have "${configName}.js" file and it is a valid javascript!
If you are running TileBoard for the first time, please copy "config.example.js" into "dist/${configName}.js"`);
If you are running TileBoard for the first time, please rename "config.example.js" to "${configName}.js"`);
return;
}
if (!window.CONFIG) {
Expand Down

0 comments on commit 6d5b721

Please sign in to comment.