Skip to content

Commit

Permalink
fixing prod build (#304)
Browse files Browse the repository at this point in the history
  • Loading branch information
ermish authored Dec 6, 2023
1 parent f2f41ad commit e3ee855
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@
</div>
</template>

<script lang="ts">
<script setup lang="ts">
import { initializeApollo } from './utils/apollo.js'
initializeApollo()
</script>

0 comments on commit e3ee855

Please sign in to comment.