2025-05-07 20:29:02 +02:00
|
|
|
{
|
|
|
|
|
"all": {
|
|
|
|
|
"sourceCodeDir": "app/javascript",
|
2025-05-16 15:26:12 +02:00
|
|
|
"additionalEntrypoints": [
|
|
|
|
|
"~/{fonts,icons,images}/**/*",
|
|
|
|
|
"~/styles/entrypoints/*.scss"
|
|
|
|
|
],
|
2025-05-07 20:29:02 +02:00
|
|
|
"watchAdditionalPaths": []
|
|
|
|
|
},
|
2025-05-16 15:26:12 +02:00
|
|
|
"production": {
|
|
|
|
|
"publicOutputDir": "packs"
|
|
|
|
|
},
|
2025-05-07 20:29:02 +02:00
|
|
|
"development": {
|
|
|
|
|
"autoBuild": true,
|
2025-05-16 15:26:12 +02:00
|
|
|
"publicOutputDir": "packs-dev",
|
2025-05-07 20:29:02 +02:00
|
|
|
"port": 3036
|
|
|
|
|
},
|
|
|
|
|
"test": {
|
|
|
|
|
"autoBuild": true,
|
2025-05-16 15:26:12 +02:00
|
|
|
"publicOutputDir": "packs-test",
|
2025-05-07 20:29:02 +02:00
|
|
|
"port": 3037
|
|
|
|
|
}
|
|
|
|
|
}
|