refactor: unify backend and frontend servers (#3)
* refactor: unify backend and frontend servers * refactor: correct paths for openapi & drizzle * refactor: move api-client to client * fix: drizzle paths * chore: fix linting issues * fix: form reset issue
BIN
public/images/background.jpg
Normal file
|
After Width: | Height: | Size: 90 KiB |
BIN
public/images/favicon/apple-touch-icon.png
Normal file
|
After Width: | Height: | Size: 5.8 KiB |
BIN
public/images/favicon/favicon-96x96.png
Normal file
|
After Width: | Height: | Size: 2.3 KiB |
BIN
public/images/favicon/favicon.ico
Normal file
|
After Width: | Height: | Size: 15 KiB |
3
public/images/favicon/favicon.svg
Normal file
|
After Width: | Height: | Size: 13 KiB |
21
public/images/favicon/site.webmanifest
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "Ironmount",
|
||||
"short_name": "Ironmount",
|
||||
"icons": [
|
||||
{
|
||||
"src": "/images/favicon/web-app-manifest-192x192.png",
|
||||
"sizes": "192x192",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
},
|
||||
{
|
||||
"src": "/images/favicon/web-app-manifest-512x512.png",
|
||||
"sizes": "512x512",
|
||||
"type": "image/png",
|
||||
"purpose": "maskable"
|
||||
}
|
||||
],
|
||||
"theme_color": "#1b1b1b",
|
||||
"background_color": "#1b1b1b",
|
||||
"display": "standalone"
|
||||
}
|
||||
BIN
public/images/favicon/web-app-manifest-192x192.png
Normal file
|
After Width: | Height: | Size: 5.3 KiB |
BIN
public/images/favicon/web-app-manifest-512x512.png
Normal file
|
After Width: | Height: | Size: 21 KiB |