Skip to content

Commit

Permalink
Use turbopack for local development
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Markopoulos committed Jan 23, 2025
1 parent 69605d3 commit c63b27b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version": "0.1.0",
"private": true,
"scripts": {
"start": "cross-env next dev",
"build": "cross-env next build",
"start": "next dev --turbopack",
"build": "next build",
"test": "jest",
"test:watch": "jest --watch",
"lint": "eslint --ext .js,.jsx,.ts,.tsx ./src --ignore-path .gitignore --max-warnings 0",
Expand Down

0 comments on commit c63b27b

Please sign in to comment.