mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-16 01:09:55 +00:00
18 lines
356 B
JSON
18 lines
356 B
JSON
{
|
|
"all": {
|
|
"sourceCodeDir": "app/javascript",
|
|
"additionalEntrypoints": ["~/{icons,images}/**/*", "~/styles/*.scss"],
|
|
"watchAdditionalPaths": []
|
|
},
|
|
"development": {
|
|
"autoBuild": true,
|
|
"publicOutputDir": "vite-dev",
|
|
"port": 3036
|
|
},
|
|
"test": {
|
|
"autoBuild": true,
|
|
"publicOutputDir": "vite-test",
|
|
"port": 3037
|
|
}
|
|
}
|