mirror of
https://github.com/glitch-soc/mastodon.git
synced 2025-12-13 15:58:50 +00:00
Merge commit 'a863e68d174b176dc350d8e3472c010cd37b7807' into glitch-soc/merge-upstream
Conflicts: - `app/models/trends/statuses.rb`: Conflict because of glitch-soc's setting to allow CWs in trends. Kept glitch-soc's setting but followed upstream's refactor. - `docker-compose.yml`: Conflict because of upstream VS glitch-soc repos. Updated version number as upstream did, but kept glitch-soc repos.
This commit is contained in:
@@ -65,6 +65,11 @@ export const config: UserConfigFnPromise = async ({ mode, command }) => {
|
||||
// but it needs to be scoped to the whole domain
|
||||
'Service-Worker-Allowed': '/',
|
||||
},
|
||||
hmr: {
|
||||
// Forcing the protocol to be insecure helps if you are proxying your dev server with SSL,
|
||||
// because Vite still tries to connect to localhost.
|
||||
protocol: 'ws',
|
||||
},
|
||||
port: 3036,
|
||||
},
|
||||
build: {
|
||||
|
||||
Reference in New Issue
Block a user