Gitiles
Code Review
Sign In
git.clicks.codes
/
Coded
/
thecoded.prof
/
3963283e1db2323065a12060b10ed34f731c603c
/
.
/
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"
}
}