mirror of
https://github.com/stoatchat/for-legacy-web.git
synced 2026-03-07 09:25:27 +00:00
feat: add capacitor.js
This commit is contained in:
13
capacitor.config.ts
Normal file
13
capacitor.config.ts
Normal file
@@ -0,0 +1,13 @@
|
||||
import { CapacitorConfig } from "@capacitor/cli";
|
||||
|
||||
const config: CapacitorConfig = {
|
||||
appId: "chat.revolt.mobile",
|
||||
appName: "Revolt",
|
||||
webDir: "dist",
|
||||
bundledWebRuntime: false,
|
||||
server: {
|
||||
hostname: "app.revolt.chat",
|
||||
},
|
||||
};
|
||||
|
||||
export default config;
|
||||
Reference in New Issue
Block a user