Introduces data-design-version attribute on <html> with localStorage persistence and anti-flicker inline script. V2 overrides implement the design audit: Cormorant serif headings, #7D021D wine palette, warm #FFFDFA base, refreshed product card, mega-menu, contacts, and form success state. V1 remains untouched. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
19 lines
479 B
JSON
19 lines
479 B
JSON
{
|
|
"version": "0.0.1",
|
|
"configurations": [
|
|
{
|
|
"name": "11ty dev server (live reload)",
|
|
"runtimeExecutable": "npm",
|
|
"runtimeArgs": ["run", "dev", "--", "--port=8088"],
|
|
"port": 8088,
|
|
"autoPort": false
|
|
},
|
|
{
|
|
"name": "Python HTTP Server (_site)",
|
|
"runtimeExecutable": "python3",
|
|
"runtimeArgs": ["-m", "http.server", "8081", "--directory", "/Users/lexx/Projects/2026/dp-trade-UI-kit/_site"],
|
|
"port": 8081
|
|
}
|
|
]
|
|
}
|