Skip to content

Commit e403b02

Browse files
committed
Removing problematic single quotes from startPath
1 parent 6bb4880 commit e403b02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": "module",
77
"scripts": {
88
"build": "scripts/prepare.js",
9-
"start": "browser-sync start --server --port 8888 --https --startPath '#7.33/40.487/-73.554' --files ['historical/*', 'railway/*', 'japanese_scroll/*', 'woodblock/*']"
9+
"start": "browser-sync start --server --port 8888 --https --startPath #7.33/40.487/-73.554 --files ['historical/*', 'railway/*', 'japanese_scroll/*', 'woodblock/*']"
1010
},
1111
"repository": {
1212
"type": "git",

0 commit comments

Comments
 (0)