Closed
Description
The build works fine, when I go to http://localhost get this:
[vite-node] [plugin:vite:vue] [VITE_ERROR] /pages/[...slug].vue?macro=true
<template>
<main class="max-w-none mx-auto sm:w-3/5 prose prose-reader-light prose-reader-base prose-reader-compact px-4 pt-10 pb-20 sm:px-6">
<ContentDoc />
</main>
</template>
<script setup lang="ts">
definePageMeta({
middleware: ["refresh"],
});
</script>
at /pages/[...slug].vue?macro=true
Activity
turukawa commentedon Feb 13, 2023
Hi @franksheppard Does this also happen for you outside of Docker (running
frontend
athttp://localhost:3000
direct)? And did you update Vite at all? I'm not having success duplicating this.turukawa commentedon Feb 28, 2023
Should be fixed in latest release.