@dargmuesli/nuxt-vio 17.0.0-beta.3 → 17.0.0-beta.4

Sign up to get free protection for your applications and to get access to all the features.
package/nuxt.config.ts CHANGED
@@ -25,7 +25,7 @@ export default defineNuxtConfig(
25
25
  },
26
26
  },
27
27
  compatibilityDate: '2024-04-03',
28
- css: ['./assets/css/tailwind.css'],
28
+ css: ['./assets/css/vio.css'],
29
29
  ...(process.env.NUXT_PUBLIC_SITE_URL
30
30
  ? {}
31
31
  : {
package/package.json CHANGED
@@ -117,5 +117,5 @@
117
117
  "start:static": "serve .playground/.output/public --ssl-cert ./.config/certificates/ssl.crt --ssl-key ./.config/certificates/ssl.key"
118
118
  },
119
119
  "type": "module",
120
- "version": "17.0.0-beta.3"
120
+ "version": "17.0.0-beta.4"
121
121
  }
File without changes