// @ts-check import { defineConfig } from 'astro/config'; import preact from '@astrojs/preact'; // https://astro.build/config export default defineConfig({ // Enable Preact to support Preact JSX components. integrations: [preact()], }); href='https://git.anshulg.com/ansg191/rtic/atom/macros/src/codegen/spawn_module.rs?h=async_await' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiff
path: root/macros/src/codegen/spawn_module.rs (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-26library srcGravatar Per Lindgren 2-0/+78