Restructure omni services and add Chatwoot research snapshot
This commit is contained in:
16
research/chatwoot/config/vite.json
Normal file
16
research/chatwoot/config/vite.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"all": {
|
||||
"sourceCodeDir": "app/javascript",
|
||||
"watchAdditionalPaths": []
|
||||
},
|
||||
"development": {
|
||||
"autoBuild": true,
|
||||
"publicOutputDir": "vite-dev",
|
||||
"port": 3036
|
||||
},
|
||||
"test": {
|
||||
"autoBuild": true,
|
||||
"publicOutputDir": "vite-test",
|
||||
"port": 3037
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user