create-lx2-app 0.11.1-beta.9de2f24 → 0.11.1-beta.ba1e7b0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-lx2-app",
3
- "version": "0.11.1-beta.9de2f24",
3
+ "version": "0.11.1-beta.ba1e7b0",
4
4
  "description": "The Most Opinionated Way to Build Next.js Apps",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -4,8 +4,8 @@
4
4
  "private": true,
5
5
  "type": "module",
6
6
  "scripts": {
7
- "dev": "next dev --turbopack",
8
- "build": "next build --turbopack",
7
+ "dev": "next dev",
8
+ "build": "next build",
9
9
  "start": "next start"
10
10
  },
11
11
  "dependencies": {