You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mastodon/config/vite.json

24 lines
448 B
JSON

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