mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
14 lines
179 B
JavaScript
14 lines
179 B
JavaScript
import { defineConfig } from 'astro/config'
|
|
|
|
// https://astro.build/config
|
|
|
|
export default defineConfig({
|
|
vite: {
|
|
css: {
|
|
transformer: "lightningcss",
|
|
},
|
|
},
|
|
})
|
|
|
|
|