3 lines
101 B
JavaScript
3 lines
101 B
JavaScript
|
import eleventyPackage from "./imported.json" with { type: 'json' };
|
||
|
|
||
|
console.log( eleventyPackage );
|