Skip to content

Commit cd5f19d

Browse files
authored
fix(web): restore local dev startup (#1667)
1 parent 98b0f39 commit cd5f19d

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"api:build": "yarn api:v2:types",
77
"api:v2:types": "mkdir -p ./src/api-v2 && openapi-typescript ../openapi.public.json -o ./src/api-v2/schema.d.ts",
88
"build": "yarn install && yarn i18n:sync && next build && ts-node scripts/build.mjs",
9-
"dev": "cp ./deploy/env.local.template ./.env && yarn install && yarn i18n:sync && next dev --turbopack",
9+
"dev": "cp ./deploy/env.local.template ./.env && yarn install && yarn i18n:sync && next dev",
1010
"i18n:sync": "node scripts/i18n-watch.mjs",
1111
"lint": "next lint",
1212
"prettier": "prettier --cache --write ./ && yarn lint",

web/src/app/layout.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ const fontSans = Manrope({
2222
const fontSerif = Fraunces({
2323
variable: '--font-serif',
2424
subsets: ['latin'],
25-
weight: ['400', '500', '600'],
2625
axes: ['opsz'],
2726
display: 'swap',
2827
});

0 commit comments

Comments
 (0)