mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-03 17:59:37 +02:00
Upgrade to angular 18 & vite
This commit is contained in:
parent
ec33467261
commit
9772280e99
56 changed files with 4040 additions and 6319 deletions
|
@ -35,7 +35,7 @@ export class PageHtml {
|
|||
static async getEmbedHTML () {
|
||||
const path = this.getEmbedHTMLPath()
|
||||
|
||||
// Disable HTML cache in dev mode because webpack can regenerate JS files
|
||||
// Disable HTML cache in dev mode because Vite can regenerate JS files
|
||||
if (!isTestOrDevInstance() && this.htmlCache[path]) {
|
||||
return this.htmlCache[path]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue