solid-panes
solid-panes copied to clipboard
package.json fix?
On Windows 10 in VSCode, solid-panes will not start and will give you a ./ error, unless you revise the following from
"./timestamp.sh > src/versionInfo.ts && eslint 'src/versionInfo.ts'
to
"build-version": "eslint --fix",