79133964

Date: 2024-10-28 15:03:42
Score: 1
Natty:
Report link

Just popping in to add that if the URL you're trying to have open automatically isn't localhost (because your app has a local URL proxy configured), set open to the string path instead of a boolean, e.g.,

export default defineConfig({
  server: {
    open: 'https://mycustomlocalurl.io/basepath'
  }
})
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Chloe Rice