Cody Wakeford

Results 1 comments of Cody Wakeford

This got my HMR working. Thanks ```ts hooks: { 'vite:extend': function ({ config }) { if (config.server && config.server.hmr && config.server.hmr !== true) { config.server.hmr.port = 3000 } }, },...