mirror of
https://github.com/sim1222/misskey.git
synced 2025-07-01 16:29:56 +09:00
wip
This commit is contained in:
@ -20,7 +20,8 @@ module.exports = langs.map(([lang, locale]) => {
|
||||
stats: './src/web/app/stats/script.ts',
|
||||
status: './src/web/app/status/script.ts',
|
||||
dev: './src/web/app/dev/script.ts',
|
||||
auth: './src/web/app/auth/script.ts'
|
||||
auth: './src/web/app/auth/script.ts',
|
||||
sw: './src/web/app/sw.js'
|
||||
};
|
||||
|
||||
const output = {
|
||||
|
Reference in New Issue
Block a user