Latest comments
- @BLADEHEDA@rhyuen
You can use the following to pull the data from the included "data.json" file locally.
import data from "./data.json" assert {type: "json"};
From there, you can console.log(data) and you'll be able to see the array of seven items.