6 lines
68 B
JavaScript
6 lines
68 B
JavaScript
|
"use strict";
|
||
|
|
||
|
export default {
|
||
|
ai_index_file: "ais/index.json"
|
||
|
};
|