Files
mastodon-sakyey/config/vite.json

24 lines
448 B
JSON
Raw Normal View History

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