Skip to content

Commit

Permalink
feat(web): turbo for web app
Browse files Browse the repository at this point in the history
  • Loading branch information
ixahmedxi committed May 21, 2024
1 parent eb43f36 commit 04c532c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions apps/web/next.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ jiti('@orbitkit/env/web');
/** @type {import('next').NextConfig} */
const nextConfig = {
reactStrictMode: true,
experimental: {
typedRoutes: true,
},
transpilePackages: [
'@orbitkit/db',
'@orbitkit/auth',
Expand Down
2 changes: 1 addition & 1 deletion apps/web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": "module",
"scripts": {
"build": "next build",
"dev": "next dev",
"dev": "next dev --turbo",
"lint": "eslint . --cache --max-warnings 0",
"start": "next start",
"test:e2e": "playwright test",
Expand Down

0 comments on commit 04c532c

Please sign in to comment.