The Svelte 5 SSG migration—we brought sexy back... or to it? Or something...

This commit is contained in:
2026-01-30 23:29:39 -03:00
parent 40b770f8b5
commit 44f6743b45
93 changed files with 6409 additions and 3579 deletions

View File

@@ -3,14 +3,17 @@
"dockerFile": "Dockerfile",
"workspaceFolder": "/workspaces/mifi-ventures-landing",
"workspaceMount": "source=${localWorkspaceFolder},target=/workspaces/mifi-ventures-landing,type=bind",
"forwardPorts": [3000],
"forwardPorts": [5173, 4173],
"portsAttributes": {
"3000": {
"label": "Site",
"5173": {
"label": "Dev (Vite)",
"onAutoForward": "notify"
},
"4173": {
"label": "Preview (Vite)",
"onAutoForward": "notify"
}
},
"postStartCommand": "nohup npx -y serve site -l 3000 > /tmp/serve.log 2>&1 & sleep 1",
"customizations": {
"vscode": {
"extensions": [