UNPKG
regit-cli
Version:
latest (1.5.0)
1.5.0
1.4.3
1.4.2
1.4.1
1.4.0
1.3.4
1.3.3
1.3.2
1.3.1
1.3.0
1.2.10
1.2.5
1.2.3
1.2.1
1.1.4
1.1.3
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
git helper cli
github.com/alwex/regit/blob/main/README.md
alwex/regit
regit-cli
/
astro.config.mjs
7 lines
(6 loc)
•
171 B
JavaScript
View Raw
1
2
3
4
5
6
7
import
{ defineConfig }
from
'astro/config'
;
import
react
from
"@astrojs/react"
;
// https://astro.build/config
export
default
defineConfig
({
integrations
: [
react
()] });