diff --git a/.changeset/quiet-ladybugs-provide.md b/.changeset/quiet-ladybugs-provide.md new file mode 100644 index 000000000..79f7f43e2 --- /dev/null +++ b/.changeset/quiet-ladybugs-provide.md @@ -0,0 +1,5 @@ +--- +"jorgenvatle_vite": patch +--- + +Wrap dev server bootstrapper around Meteor.startup hook. Workaround for issue where changes to Meteor.settings.public aren't sent to clients. Ref: https://github.com/meteor/meteor/issues/13489