We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e6cafa commit daae9acCopy full SHA for daae9ac
package.json
@@ -8,7 +8,7 @@
8
"scripts": {
9
"build": "npm run ffprefs && surfer build",
10
"build:ui": "surfer build --ui",
11
- "start": "cd engine && ./mach run --noprofile",
+ "start": "cd engine && python3 ./mach run --noprofile",
12
"import": "surfer import",
13
"export": "surfer export",
14
"init": "npm run download && npm run import && npm run bootstrap",
0 commit comments