format capacitor.config.ts to include trailing comma for consistency
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import type { CapacitorConfig } from '@capacitor/cli';
|
||||
|
||||
const config: CapacitorConfig = {
|
||||
appId: 'com.quad4.webnews',
|
||||
appName: 'Web News',
|
||||
webDir: 'build'
|
||||
appId: 'com.quad4.webnews',
|
||||
appName: 'Web News',
|
||||
webDir: 'build',
|
||||
};
|
||||
|
||||
export default config;
|
||||
|
||||
Reference in New Issue
Block a user