vitrify 0.11.1 → 0.11.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -522,7 +522,7 @@ export const baseConfig = async ({ ssr, appDir, publicDir, base = '/', command =
522
522
  noExternal
523
523
  },
524
524
  define: {
525
- __HOST__: 'localhost',
525
+ __HOST__: `'localhost'`,
526
526
  __BASE_URL__: `'${base}'`
527
527
  }
528
528
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vitrify",
3
- "version": "0.11.1",
3
+ "version": "0.11.2",
4
4
  "license": "MIT",
5
5
  "author": "Stefan van Herwijnen",
6
6
  "description": "Vite as your Full Stack development tool",
package/src/node/index.ts CHANGED
@@ -619,7 +619,7 @@ export const baseConfig = async ({
619
619
  noExternal
620
620
  },
621
621
  define: {
622
- __HOST__: 'localhost',
622
+ __HOST__: `'localhost'`,
623
623
  __BASE_URL__: `'${base}'`
624
624
  }
625
625
  } as VitrifyConfig