Skip to content

Commit

Permalink
fix rollup config for node 22
Browse files Browse the repository at this point in the history
  • Loading branch information
BitPatty authored Oct 26, 2024
1 parent e95ff4e commit d7769e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rollup.config.mjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import pkg from './package.json' assert { type: 'json' };
import pkg from './package.json' with { type: 'json' };

import fs from 'fs';
import path, { dirname } from 'path';
Expand Down

0 comments on commit d7769e2

Please sign in to comment.