0.0.15 • Published 9 months ago

@dmno/astro-integration v0.0.15

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Check out the docs for more information on how to use DMNO + Astro.

THIS IS PREVIEW SOFTWARE AND SUBJECT TO RAPID CHANGE

If you have any questions, please reach out to us on Discord.


@dmno/astro-integration npm

Provides tooling to integrate dmno into your astro dev/build workflow

How to use

Import and initialize our astro integration and add to the integrations section in your astro.config.mjs file

import { defineConfig } from 'astro/config';
import dmnoAstroIntegration from '@dmno/astro-integration';

// https://astro.build/config
export default defineConfig({
  integrations: [
    dmnoAstroIntegration(),
  ]
});

add type references to src/env.d.ts

/// <reference types="../.dmno/.typegen/global-public.d.ts" />
0.0.15

9 months ago

0.0.10

1 year ago

0.0.11

12 months ago

0.0.12

12 months ago

0.0.13

10 months ago

0.0.14

10 months ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago