Skip to main content
Module

x/aleph/examples/hello-world-spa/aleph.config.ts

The Full-stack Framework in Deno.
Go to Latest
File
import css from '../../plugins/css.ts'import type { Config } from '../../types.ts'
export default (): Config => ({ plugins: [ css({ postcss: { plugins: ['autoprefixer'] } }) ]})