Gitiles
Code Review
Sign In
git.clicks.codes
/
Coded
/
thecoded.prof
/
959f099eafe05d2cece5359da1b3efc5c1c4a107
/
.
/
sites
/
main
/
package.json
blob: 31e4a02ffc60172fa3d7e8a1f7e1feef755e2664 [
file
] [
log
] [
blame
]
{
"name"
:
"thecoded.prof-main"
,
"type"
:
"module"
,
"version"
:
"1.0.0"
,
"scripts"
:
{
"dev"
:
"astro dev"
,
"start"
:
"astro dev"
,
"build"
:
"astro check && astro build"
,
"preview"
:
"astro preview"
,
"astro"
:
"astro"
}
}