fix: normalize product.json + replace --ml-* with --nl-* CSS namespace
This commit is contained in:
parent
85968e7b2a
commit
a3f7ba82a2
@ -1,16 +1,21 @@
|
|||||||
{
|
{
|
||||||
"productId": "notelett",
|
"productId": "notelett",
|
||||||
"displayName": "NoteLett",
|
"displayName": "NoteLett",
|
||||||
"licensePrefix": "NOTELETT",
|
"description": "Structured notes platform for humans and AI agents",
|
||||||
"configDirName": ".NoteLett",
|
|
||||||
"envVarPrefix": "NOTELETT",
|
|
||||||
"bundleIdSuffix": "notelett",
|
|
||||||
"packageName": "notelett",
|
|
||||||
"domain": "notelett.app",
|
"domain": "notelett.app",
|
||||||
|
"backendPort": 4016,
|
||||||
"bundleId": {
|
"bundleId": {
|
||||||
"ios": "com.bytelyst.notelett",
|
"ios": "com.bytelyst.notelett",
|
||||||
"android": "com.notelett.app"
|
"android": "com.notelett.app"
|
||||||
},
|
},
|
||||||
"appGroup": "group.com.bytelyst.notelett",
|
"appGroup": "group.com.bytelyst.notelett",
|
||||||
"backendPort": 4016
|
"platforms": ["web", "ios", "android"],
|
||||||
|
"primarySurface": "web",
|
||||||
|
"mobileCompanion": true,
|
||||||
|
"licensePrefix": "NOTELETT",
|
||||||
|
"configDirName": ".NoteLett",
|
||||||
|
"envVarPrefix": "NOTELETT",
|
||||||
|
"bundleIdSuffix": "notelett",
|
||||||
|
"packageName": "notelett",
|
||||||
|
"version": "0.1.0"
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user