Skip to content

Commit f469699

Browse files
committed
fix
1 parent 3590cea commit f469699

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/client/rollup.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import resolve from '@rollup/plugin-node-resolve';
22
import commonjs from '@rollup/plugin-commonjs';
33
import typescript from '@rollup/plugin-typescript';
44
import json from '@rollup/plugin-json';
5-
import pkg from './package.json' with { type: "json" };;
5+
import pkg from './package.json' with { type: "json" };
66
import terser from '@rollup/plugin-terser';
77

88
export default [

0 commit comments

Comments
 (0)