신규 프로젝트를 생성했는데, bedrock 기반일 때는 에러가 나지 않더니 granite로 initialize하니 console error가 뜨네요.
Console Error
메뉴 목록을 가져오는 데 실패했어요: Error: getMiniAppsSupportContact is not defined in AppsInTossModule
마킹한 granite.config.js입니다:
import { defineConfig } from '@apps-in-toss/web-framework/config';
export default defineConfig({
appName: //
brand: {
displayName: //
primaryColor: //
icon: //
bridgeColorMode: 'basic',
},
web: {
host: 'localhost',
port: 5173,
commands: {
dev: 'vite',
build: 'vite build',
},
},
permissions: [],
outdir: 'dist',
});
