feat(showcase): add music

This commit is contained in:
Haoyu Xu
2023-03-15 21:27:34 -04:00
parent cf933d6a56
commit f3aa867e00
24 changed files with 449 additions and 166 deletions

View File

@@ -4,5 +4,4 @@ export default class EnvGenerator {
return `VITE_${value.key.toUpperCase()}=${value.value}`
}).join('\n')
}
}