RC-25 | Initialize the Hero Summary Sheet application
This commit is contained in:
parent
2fc3b86792
commit
b10535eceb
7 changed files with 155 additions and 1 deletions
7
module/consts.mjs
Normal file
7
module/consts.mjs
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
// MARK: filePath
|
||||
export function filePath(path) {
|
||||
if (path.startsWith(`/`)) {
|
||||
path = path.slice(1);
|
||||
};
|
||||
return `systems/ripcrypt/${path}`;
|
||||
};
|
||||
Loading…
Add table
Add a link
Reference in a new issue