Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
16 changes: 16 additions & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"extends": [
"next/core-web-vitals",
"@typescript-eslint/recommended"
],
"parser": "@typescript-eslint/parser",
"plugins": ["@typescript-eslint"],
"rules": {
"@typescript-eslint/no-unused-vars": "error",
"@typescript-eslint/no-explicit-any": "warn",
"prefer-const": "error",
"no-var": "error"
},
"ignorePatterns": ["node_modules/", ".next/", "out/", "build/"]
}

1 change: 1 addition & 0 deletions .next/BUILD_ID
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
AkPCqfZRosRagjw9GQN17
418 changes: 418 additions & 0 deletions .next/app-build-manifest.json

Large diffs are not rendered by default.

20 changes: 20 additions & 0 deletions .next/app-path-routes-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
{
"/_not-found/page": "/_not-found",
"/messages/page": "/messages",
"/page": "/",
"/(admin)/admin/page": "/admin",
"/(auth)/login/page": "/login",
"/(auth)/register/page": "/register",
"/(dashboard)/projects/page": "/projects",
"/(dashboard)/support/page": "/support",
"/(dashboard)/team/page": "/team",
"/(dashboard)/time-tracker/page": "/time-tracker",
"/(dashboard)/tasks/page": "/tasks",
"/(dashboard)/plans/page": "/plans",
"/(profile)/profile/freelancer/page": "/profile/freelancer",
"/(profile)/profile/settings/page": "/profile/settings",
"/(profile)/profile/proposals/page": "/profile/proposals",
"/(profile)/profile/page": "/profile",
"/(dashboard)/dashboard/page": "/dashboard",
"/(dashboard)/reports/page": "/reports"
}
33 changes: 33 additions & 0 deletions .next/build-manifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"polyfillFiles": [
"static/chunks/polyfills-42372ed130431b0a.js"
],
"devFiles": [],
"ampDevFiles": [],
"lowPriorityFiles": [
"static/AkPCqfZRosRagjw9GQN17/_buildManifest.js",
"static/AkPCqfZRosRagjw9GQN17/_ssgManifest.js"
],
"rootMainFiles": [
"static/chunks/webpack-e3ee916a3fc615a6.js",
"static/chunks/4bd1b696-aebb5a84062d08ea.js",
"static/chunks/1684-0c0c2bcbfae73eca.js",
"static/chunks/main-app-73a2f56a89a997a1.js"
],
"rootMainFilesTree": {},
"pages": {
"/_app": [
"static/chunks/webpack-e3ee916a3fc615a6.js",
"static/chunks/framework-2c2be674e67eda3d.js",
"static/chunks/main-033efb0f64d341a6.js",
"static/chunks/pages/_app-5d1abe03d322390c.js"
],
"/_error": [
"static/chunks/webpack-e3ee916a3fc615a6.js",
"static/chunks/framework-2c2be674e67eda3d.js",
"static/chunks/main-033efb0f64d341a6.js",
"static/chunks/pages/_error-3b2a1d523de49635.js"
]
},
"ampFirstPages": []
}
1 change: 1 addition & 0 deletions .next/cache/.rscinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"encryption.key":"0AeOjINcnbYB7OhM6yqQY4f/1Wf0i4BygHgPZHjlAos=","encryption.expire_at":1751177379701}
1 change: 1 addition & 0 deletions .next/cache/.tsbuildinfo

Large diffs are not rendered by default.

Loading