feat: changed structure
This commit is contained in:
@@ -1,8 +1,8 @@
|
|||||||
{
|
{
|
||||||
"workbench.colorCustomizations": {
|
"workbench.colorCustomizations": {
|
||||||
"titleBar.activeForeground": "#333",
|
"titleBar.activeForeground": "#333",
|
||||||
"titleBar.activeBackground": "#4cc354",
|
"titleBar.activeBackground": "#d0d06b",
|
||||||
"titleBar.inactiveForeground": "#ddd",
|
"titleBar.inactiveForeground": "#ddd",
|
||||||
"titleBar.inactiveBackground": "#28862e"
|
"titleBar.inactiveBackground": "#a4a464"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
12
webseite/backend/package.json
Normal file
12
webseite/backend/package.json
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"name": "website-backend",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"description": "",
|
||||||
|
"main": "server.js",
|
||||||
|
"scripts": {
|
||||||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
},
|
||||||
|
"keywords": [],
|
||||||
|
"type": "module",
|
||||||
|
"license": "ISC"
|
||||||
|
}
|
||||||
8
webseite/frontend/.vscode/settings.json
vendored
Normal file
8
webseite/frontend/.vscode/settings.json
vendored
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
{
|
||||||
|
"workbench.colorCustomizations": {
|
||||||
|
"titleBar.activeForeground": "#333",
|
||||||
|
"titleBar.activeBackground": "#86cd8b",
|
||||||
|
"titleBar.inactiveForeground": "#ddd",
|
||||||
|
"titleBar.inactiveBackground": "#6fa973"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
Before Width: | Height: | Size: 7.1 KiB After Width: | Height: | Size: 7.1 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
|
Before Width: | Height: | Size: 2.7 MiB After Width: | Height: | Size: 2.7 MiB |
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user