feat: Add slashcommand api
This commit is contained in:
@@ -19,6 +19,7 @@ let package = Package(
|
||||
.package(name: "CapacitorFilesystem", path: "../../../../node_modules/@capacitor/filesystem"),
|
||||
.package(name: "CapacitorLocalNotifications", path: "../../../../node_modules/@capacitor/local-notifications"),
|
||||
.package(name: "CapacitorPushNotifications", path: "../../../../node_modules/@capacitor/push-notifications"),
|
||||
.package(name: "CapawesomeCapacitorAppUpdate", path: "../../../../node_modules/@capawesome/capacitor-app-update"),
|
||||
.package(name: "CapgoCapacitorAudioSession", path: "../../../../node_modules/@capgo/capacitor-audio-session")
|
||||
],
|
||||
targets: [
|
||||
@@ -34,6 +35,7 @@ let package = Package(
|
||||
.product(name: "CapacitorFilesystem", package: "CapacitorFilesystem"),
|
||||
.product(name: "CapacitorLocalNotifications", package: "CapacitorLocalNotifications"),
|
||||
.product(name: "CapacitorPushNotifications", package: "CapacitorPushNotifications"),
|
||||
.product(name: "CapawesomeCapacitorAppUpdate", package: "CapawesomeCapacitorAppUpdate"),
|
||||
.product(name: "CapgoCapacitorAudioSession", package: "CapgoCapacitorAudioSession")
|
||||
]
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user