Skip to content

Commit d7769e2

Browse files
authored
fix rollup config for node 22
1 parent e95ff4e commit d7769e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rollup.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import pkg from './package.json' assert { type: 'json' };
1+
import pkg from './package.json' with { type: 'json' };
22

33
import fs from 'fs';
44
import path, { dirname } from 'path';

0 commit comments

Comments
 (0)