Commit e8bce553 by Иван Кубота

remove files json import

parent a735bd93
Pipeline #506 passed with stage
in 0 seconds
...@@ -28,9 +28,8 @@ const readCSV = async function(scope) { ...@@ -28,9 +28,8 @@ const readCSV = async function(scope) {
}; };
const connections = JSON.parse(fs.readFileSync('./data/connections.json')+'');
import connections from './data/connections.json'; const tags = JSON.parse(fs.readFileSync('./data/tags.json')+'');
import tags from './data/tags.json';
export const data = {tags, connections}; export const data = {tags, connections};
(async()=>{ (async()=>{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment