mirror of
https://github.com/hyperknot/openfreemap.git
synced 2026-05-21 14:02:15 +00:00
lint, fix Python 3.10 bug
This commit is contained in:
@@ -5,9 +5,7 @@ import { defineConfig } from 'astro/config'
|
||||
export default defineConfig({
|
||||
vite: {
|
||||
css: {
|
||||
transformer: "lightningcss",
|
||||
transformer: 'lightningcss',
|
||||
},
|
||||
},
|
||||
})
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user