feat: bootstrap lunch picker miniapp with backend, docs, and branding assets

This commit is contained in:
mingking2
2026-04-15 14:03:08 +09:00
commit 7faf251fd3
85 changed files with 31332 additions and 0 deletions

3
starter-index.js Normal file
View File

@@ -0,0 +1,3 @@
const { register } = require('@granite-js/react-native');
register(require('./src/_app').default);