fleet/website/.sailsrc
Eric a81775788f
Website: revert changes to .sailsrc (#22620)
Changes:
- Reverted the changes to the `.sailsrc` file in the website folder. I
will make a follow-up PR to add myself as a codeowner to make sure no
changes to this file are committed to the repo.
2024-10-03 12:43:20 -05:00

11 lines
178 B
Text
Vendored

{
"generators": {
"modules": {
"landing-page": "./generators/landing-page"
}
},
"_generatedWith": {
"sails": "1.2.5",
"sails-generate": "2.0.0"
}
}