Skip to content

Commit

Permalink
fix sw
Browse files Browse the repository at this point in the history
  • Loading branch information
caipira113 committed Aug 26, 2024
1 parent 7318200 commit 54122a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sw/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
import { fileURLToPath } from 'node:url';
import * as esbuild from 'esbuild';
import locales from '../../locales/index.js';
import meta from '../../package.json' with { type: "json" };
import meta from '../../built/meta.json' with { type: "json" };
const watch = process.argv[2]?.includes('watch');

const __dirname = fileURLToPath(new URL('.', import.meta.url))
Expand Down

1 comment on commit 54122a9

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Chromatic detects changes. Please review the changes on Chromatic.

Please sign in to comment.