mirror of
https://github.com/nestriness/nestri.git
synced 2025-12-12 08:45:38 +02:00
try to work with capacitor
This commit is contained in:
9
packages/play-standalone/capacitor.config.ts
Normal file
9
packages/play-standalone/capacitor.config.ts
Normal file
@@ -0,0 +1,9 @@
|
||||
import type { CapacitorConfig } from '@capacitor/cli';
|
||||
|
||||
const config: CapacitorConfig = {
|
||||
appId: 'com.nestri.play',
|
||||
appName: 'Nestri Play',
|
||||
webDir: 'dist'
|
||||
};
|
||||
|
||||
export default config;
|
||||
Reference in New Issue
Block a user