Skip to content

Commit

Permalink
Fixes #52
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinmcfarland committed Jan 29, 2025
1 parent 6dbdc0e commit d14409d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/plugma/scripts/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ export function createConfigs(options, userFiles) {
// watch: {
// ignored: ['**/*.env*'],
// },
cors: {
origin: '*',
},
},
},
build: {
Expand Down

0 comments on commit d14409d

Please sign in to comment.