1
0
mirror of https://github.com/tabler/tabler.git synced 2026-08-10 13:22:22 +04:00

Monorepo structure, remove Gulp, new build process (#2116)

This commit is contained in:
Paweł Kuna
2025-02-01 21:05:00 +01:00
committed by GitHub
parent ce98145fb2
commit eaa7f81604
2071 changed files with 1543 additions and 5560 deletions
+32
View File
@@ -0,0 +1,32 @@
{
"400": {
"title": 400,
"description": "We are sorry but your request contains bad syntax and cannot be fulfilled"
},
"401": {
"title": 401,
"description": "We are sorry but you are not authorized to access this page"
},
"403": {
"title": 403,
"description": "We are sorry but you do not have permission to access this page"
},
"404": {
"illustration": "not-found.svg",
"title": 404,
"description": "We are sorry but the page you are looking for was not found"
},
"500": {
"title": 500,
"description": "We are sorry but our server encountered an internal error"
},
"503": {
"title": 503,
"description": "We are sorry but our service is currently not available"
},
"maintenance": {
"illustration": "computer-fix.svg",
"header": "Temporarily down for maintenance",
"description": "Sorry for the inconvenience but were performing some maintenance at the moment. Well be back online shortly!"
}
}