diff --git a/package.json b/package.json
index 5e3be08..0646a10 100644
--- a/package.json
+++ b/package.json
@@ -4,7 +4,7 @@
"private": true,
"type": "module",
"scripts": {
- "dev": "next dev --turbopack",
+ "dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next typegen && eslint . && npx tsc --noEmit",
diff --git a/public/next.svg b/public/next.svg
deleted file mode 100644
index 5174b28..0000000
--- a/public/next.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/public/vercel.svg b/public/vercel.svg
deleted file mode 100644
index d2f8422..0000000
--- a/public/vercel.svg
+++ /dev/null
@@ -1 +0,0 @@
-
\ No newline at end of file
diff --git a/sonar-project.properties b/sonar-project.properties
deleted file mode 100644
index 911ea42..0000000
--- a/sonar-project.properties
+++ /dev/null
@@ -1,5 +0,0 @@
-sonar.projectKey=trackevery.day
-
-# relative paths to source directories. More details and properties are described
-# at https://docs.sonarqube.org/latest/project-administration/narrowing-the-focus/
-sonar.sources=.
\ No newline at end of file
diff --git a/turbo.json b/turbo.json
deleted file mode 100644
index c370971..0000000
--- a/turbo.json
+++ /dev/null
@@ -1,12 +0,0 @@
-{
- "$schema": "https://turbo.build/schema.json",
- "tasks": {
- "build": {
- "outputs": [
- ".next/**",
- "!.next/cache/**"
- ]
- },
- "type-check": {}
- }
-}