I think I’m doing everything right according to the documentation but I’m still getting that error here is my plasmic.json. If it’s not too much trouble can you tell me what I should change in it or what path should I put for srcDir
plasmic.json
{
“platform”: “react”,
“code”: {
“lang”: “ts”,
“scheme”: “blackbox”,
“reactRuntime”: “classic”
},
“style”: {
“scheme”: “css-modules”,
“defaultStyleCssFilePath”: “plasmic/plasmic__default_style.module.css”
},
“images”: {
“scheme”: “files”,
“publicDir”: “…/…/public”,
“publicUrlPrefix”: “/static/”
},
“tokens”: {
“scheme”: “theo”,
“tokensFilePath”: “plasmic-tokens.theo.json”
},
“srcDir”: “src/components”,
“defaultPlasmicDir”: “./plasmic”,
“projects”: [
{
“projectId”: “”,
“projectApiToken”: “”,
“projectName”: “plasmic-basic-components”,
“version”: “>0.0.0”,
“cssFilePath”: “plasmic/plasmic_basic_components/plasmic.module.css”,
“components”: ,
“icons”: ,
“images”: ,
“indirect”: true,
“globalContextsFilePath”: “”,
“splitsProviderFilePath”: “”,
“codeComponents”: [
{
“id”: “CMDBvOhaI4s”,
“name”: “Iframe”,
“displayName”: “hostless-iframe”,
“componentImportPath”: “@plasmicpkgs/plasmic-basic-components”
},
{
“id”: “RhitNJW5Zu-”,
“name”: “Video”,
“displayName”: “hostless-html-video”,
“componentImportPath”: “@plasmicpkgs/plasmic-basic-components”
},
{
“id”: “PKldDYkH42”,
“name”: “Embed”,
“displayName”: “hostless-embed”,
“componentImportPath”: “@plasmicpkgs/plasmic-basic-components”
},
{
“id”: “Registration”,
“name”: “Registration”,
“componentImportPath”: “./components/Registration”
},
{
“id”: “D4RbnlpRXg3”,
“name”: “DataProvider”,
“displayName”: “hostless-data-provider”,
“componentImportPath”: “@plasmicpkgs/plasmic-basic-components”
},