vitrify 0.15.0 → 0.15.1

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/bin/dev.js CHANGED
@@ -141,6 +141,7 @@ ssr, framework = 'vue', host, appDir, publicDir, vite }) {
141
141
  ({ app, server, vite } = await createServer({
142
142
  ssr: 'fastify',
143
143
  host: host,
144
+ port,
144
145
  appDir,
145
146
  publicDir,
146
147
  vite
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vitrify",
3
- "version": "0.15.0",
3
+ "version": "0.15.1",
4
4
  "license": "MIT",
5
5
  "author": "Stefan van Herwijnen",
6
6
  "description": "Vite as your Full Stack development tool",
@@ -208,6 +208,7 @@ export async function createServer({
208
208
  ;({ app, server, vite } = await createServer({
209
209
  ssr: 'fastify',
210
210
  host: host,
211
+ port,
211
212
  appDir,
212
213
  publicDir,
213
214
  vite