1
0
Fork 0
mirror of https://github.com/sbrl/terrain50-cli.git synced 2024-05-31 07:32:57 +00:00

settings.mjs: typo in comment

This commit is contained in:
Starbeamrainbowlabs 2020-09-03 17:01:50 +01:00
parent dc480aa9a4
commit 515dcb4b8d
Signed by: sbrl
GPG key ID: 1BE5172E637709C2

View file

@ -6,7 +6,7 @@ import path from 'path';
const __dirname = import.meta.url.slice(7, import.meta.url.lastIndexOf("/"));
// 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 {
cli: {
program_name: "terrain50",