Skip to content

Commit

Permalink
just checking if pr.pkg.new is working
Browse files Browse the repository at this point in the history
  • Loading branch information
theoephraim committed Aug 2, 2024
1 parent b4d30d7 commit 7bb484e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/six-hotels-clean.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@dmno/remix-integration": patch
---

update remix integration'
2 changes: 2 additions & 0 deletions packages/integrations/remix/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7bb484e

Please sign in to comment.