mirror of
https://github.com/sbrl/terrain50-cli.git
synced 2024-11-26 07:33:00 +00:00
settings.mjs: typo in comment
This commit is contained in:
parent
dc480aa9a4
commit
515dcb4b8d
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@ import path from 'path';
|
||||||
const __dirname = import.meta.url.slice(7, import.meta.url.lastIndexOf("/"));
|
const __dirname = import.meta.url.slice(7, import.meta.url.lastIndexOf("/"));
|
||||||
|
|
||||||
// Default settings object
|
// Default settings object
|
||||||
// This is a (greatly) simplified stand-in for the much more advanced settings parsing system we have going on in our maina PhD-Code codebase.
|
// This is a (greatly) simplified stand-in for the much more advanced settings parsing system we have going on in our main PhD-Code codebase.
|
||||||
export default {
|
export default {
|
||||||
cli: {
|
cli: {
|
||||||
program_name: "terrain50",
|
program_name: "terrain50",
|
||||||
|
|
Loading…
Reference in a new issue