handoff pass: vendored sveltia bundle, astro pinned ^7.2.10, root README + refreshed deploy runbook, review fixes (coverless card grid, shared NewsCard/lib, real site origin, nginx security headers, linger step, dead config removed, preview.css sync, tsconfig)
This commit is contained in:
+4
-9
@@ -1,19 +1,14 @@
|
||||
{
|
||||
"name": "ctao-demo-git-cms",
|
||||
"name": "ctao-portal",
|
||||
"type": "module",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "astro dev --port 4321 --host",
|
||||
"dev": "astro dev",
|
||||
"build": "astro build",
|
||||
"preview": "astro preview --port 4321 --host",
|
||||
"demo": "astro build && astro preview --port 4321 --host",
|
||||
"cms-proxy": "PORT=8082 decap-server"
|
||||
"preview": "astro preview"
|
||||
},
|
||||
"dependencies": {
|
||||
"astro": "latest"
|
||||
},
|
||||
"devDependencies": {
|
||||
"decap-server": "latest"
|
||||
"astro": "^7.2.10"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user