1
0
Fork 0
mirror of https://github.com/plankanban/planka.git synced 2025-07-18 12:49:43 +02:00
planka/server/.sailsrc

19 lines
268 B
Text
Raw Normal View History

2019-08-31 04:07:25 +05:00
{
"generators": {
"modules": {}
},
"hooks": {
"blueprints": false,
"grunt": false,
"i18n": false,
"session": false
},
"paths": {
"public": "public"
},
"_generatedWith": {
"sails": "1.1.0",
"sails-generate": "1.16.4"
2019-08-31 04:07:25 +05:00
}
}