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",
|
||||
"displayName": "NoteLett",
|
||||
"licensePrefix": "NOTELETT",
|
||||
"configDirName": ".NoteLett",
|
||||
"envVarPrefix": "NOTELETT",
|
||||
"bundleIdSuffix": "notelett",
|
||||
"packageName": "notelett",
|
||||
"description": "Structured notes platform for humans and AI agents",
|
||||
"domain": "notelett.app",
|
||||
"backendPort": 4016,
|
||||
"bundleId": {
|
||||
"ios": "com.bytelyst.notelett",
|
||||
"android": "com.notelett.app"
|
||||
},
|
||||
"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