mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-12 19:23:13 +08:00
10 lines
175 B
JavaScript
10 lines
175 B
JavaScript
|
|
export function activate() {
|
|
require('./src/local-api/app.js');
|
|
require('./src/local-sync-worker/app.js');
|
|
console.log('wtf dude')
|
|
}
|
|
|
|
export function deactivate() {
|
|
|
|
}
|