mirror of
https://github.com/Jerryplusy/crystelf-plugin.git
synced 2025-07-04 14:19:19 +00:00
7 lines
132 B
JavaScript
7 lines
132 B
JavaScript
const relativelyPath = {
|
|
config: '/data/crystelf/config.json',
|
|
data: '/data/crystelf/data/',
|
|
};
|
|
|
|
export default relativelyPath;
|