frontend js enums generation, started service/create
This commit is contained in:
11
resources/js/enums/ServiceCategory.js
Normal file
11
resources/js/enums/ServiceCategory.js
Normal file
@@ -0,0 +1,11 @@
|
||||
// This is a generated file.
|
||||
// Published at 2025-04-01 16:18:32
|
||||
|
||||
export default {
|
||||
"DATABASE": "database",
|
||||
"APPLICATION": "application",
|
||||
"GATEWAY": "gateway",
|
||||
"STORAGE": "storage",
|
||||
"CACHE": "cache"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user