- Migrates the site to Svelte 5 - Still generates a static site with inlined critical path CSS for the ultimate in performance - Opens up future possibilities for site growth Reviewed-on: #1 Co-authored-by: mifi <badmf@mifi.dev> Co-committed-by: mifi <badmf@mifi.dev>
40 lines
996 B
JSON
40 lines
996 B
JSON
{
|
|
"name": "mifi Ventures Landing",
|
|
"dockerFile": "Dockerfile",
|
|
"workspaceFolder": "/workspaces/mifi-ventures-landing",
|
|
"workspaceMount": "source=${localWorkspaceFolder},target=/workspaces/mifi-ventures-landing,type=bind",
|
|
"forwardPorts": [5173, 4173],
|
|
"portsAttributes": {
|
|
"5173": {
|
|
"label": "Dev (Vite)",
|
|
"onAutoForward": "notify"
|
|
},
|
|
"4173": {
|
|
"label": "Preview (Vite)",
|
|
"onAutoForward": "notify"
|
|
}
|
|
},
|
|
"customizations": {
|
|
"vscode": {
|
|
"extensions": [
|
|
"dbaeumer.vscode-eslint",
|
|
"esbenp.prettier-vscode"
|
|
],
|
|
"settings": {
|
|
"files.associations": {
|
|
"*.html": "html",
|
|
"*.css": "css",
|
|
"*.svg": "svg"
|
|
},
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"files.watcherExclude": {
|
|
"**/node_modules/**": true,
|
|
"**/.git/objects/**": true
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"remoteUser": "node"
|
|
}
|