We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 326f383 commit 67be41eCopy full SHA for 67be41e
nuxt.config.ts
@@ -1,4 +1,4 @@
1
-import pkgJson from './package.json';
+import pkgJson from './package.json' with { type: 'json' };
2
3
const composeVersion = () => {
4
if (!pkgJson || !pkgJson.version) {
0 commit comments