Your problem is that the data.json file is not in the public folder. You have to move it there from your root folder. Only files in the public folder can be accessed by domain.tld/file. Also you have to specify the full file name:
let res = await fetch(`${server}/data.json`);
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…