import { defineConfig } from 'astro/config'; import vue from '@astrojs/vue'; // https://astro.build/config export default defineConfig({ // Enable Vue to support Vue components. integrations: [vue()], });
aboutsummaryrefslogtreecommitdiff
path: root/test/snippets/void-shouldnt-delete-call-expressions.js (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-08-31only set initial debugger breakpoint once (#4441)Gravatar Dylan Conway 1-2/+11
2023-08-31Make breakpoints faster in VSCode extensionGravatar Ashcon Partovi 1-241/+327
2023-08-31`bun install` correctly join dependency URLs (#4421)Gravatar Julian 6-64/+243
2023-08-31get name if not provided in `FormData.append` (#4434)Gravatar Dylan Conway 4-5/+45
2023-08-31Fix vscode debug terminalGravatar Ashcon Partovi 1-21/+0