diff --git a/.changeset/six-hotels-clean.md b/.changeset/six-hotels-clean.md new file mode 100644 index 00000000..0e641d6d --- /dev/null +++ b/.changeset/six-hotels-clean.md @@ -0,0 +1,5 @@ +--- +"@dmno/remix-integration": patch +--- + +update remix integration' diff --git a/packages/integrations/remix/src/index.ts b/packages/integrations/remix/src/index.ts index 3d70d4c8..02f83edd 100644 --- a/packages/integrations/remix/src/index.ts +++ b/packages/integrations/remix/src/index.ts @@ -80,6 +80,8 @@ export function dmnoRemixVitePlugin(dmnoOptions?: DmnoPluginOptions) { // this function will get called on each restart! async config(config, env) { + console.log('testing pr.pkg.new!'); + // console.log('vite config hook', config, env); // remix loads 2 vite servers, one for frontend, one for back // this feels hacky to identify it but seems to be working ok