mirror of
https://github.com/sim1222/misskey.git
synced 2025-07-01 16:29:56 +09:00
wip
This commit is contained in:
@ -15,12 +15,12 @@ module.exports = Object.keys(langs).map(lang => {
|
||||
// Entries
|
||||
const entry = {
|
||||
desktop: './src/web/app/desktop/script.ts',
|
||||
mobile: './src/web/app/mobile/script.ts',
|
||||
ch: './src/web/app/ch/script.ts',
|
||||
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',
|
||||
//mobile: './src/web/app/mobile/script.ts',
|
||||
//ch: './src/web/app/ch/script.ts',
|
||||
//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',
|
||||
sw: './src/web/app/sw.js'
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user