@@ -0,0 +1,4 @@
+import { defineNuxtPlugin } from '#app'
+import 'altcha'
+
+export default defineNuxtPlugin((nuxtApp) => {})