Merge remote-tracking branch 'origin/main' into nixidy

This commit is contained in:
Jonas Juselius
2024-11-18 13:24:20 +01:00
70 changed files with 10196 additions and 29 deletions
+15
View File
@@ -0,0 +1,15 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"type": "pwa-chrome",
"request": "launch",
"name": "Launch Chrome",
"url": "http://localhost:3000",
"webRoot": "${workspaceFolder}"
}
]
}
+8
View File
@@ -0,0 +1,8 @@
{
"editor.detectIndentation": false,
"files.trimTrailingWhitespace": true,
"css.styleSheets": [
"https://cdn.jsdelivr.net/npm/bulma@0.9.3/css/bulma.min.css",
"https://cdn.jsdelivr.net/npm/bootstrap-icons@1.5.0/font/bootstrap-icons.css"
]
}