Skip to content

Commit

Permalink
Update to Next.js 14
Browse files Browse the repository at this point in the history
  • Loading branch information
aretrace committed Jan 3, 2024
1 parent bca69ba commit 8233d4b
Show file tree
Hide file tree
Showing 39 changed files with 2,277 additions and 2,345 deletions.
27 changes: 2 additions & 25 deletions .eslintrc.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,3 @@
{
"extends": ["next/core-web-vitals"],
"rules": {
"max-len": [
"error",
{
"code": 120
}
],
"spaced-comment": [
"error",
"always",
{
"line": {
"markers": ["/"],
"exceptions": ["-", "+"]
},
"block": {
"markers": ["!"],
"exceptions": ["*"],
"balanced": true
}
}
]
}
}
"extends": "next/core-web-vitals"
}
109 changes: 1 addition & 108 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<<<<<<< HEAD
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.

# my stuff
Expand All @@ -8,6 +7,7 @@ mockups/
/node_modules
/.pnp
.pnp.js
.yarn/install-state.gz

# testing
/coverage
Expand All @@ -27,7 +27,6 @@ mockups/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*

# local env files
.env*.local
Expand All @@ -38,109 +37,3 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts
=======
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*

# Diagnostic reports (https://nodejs.org/api/report.html)
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json

# Runtime data
pids
*.pid
*.seed
*.pid.lock

# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov

# Coverage directory used by tools like istanbul
coverage
*.lcov

# nyc test coverage
.nyc_output

# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
.grunt

# Bower dependency directory (https://bower.io/)
bower_components

# node-waf configuration
.lock-wscript

# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release

# Dependency directories
node_modules/
jspm_packages/

# TypeScript v1 declaration files
typings/

# TypeScript cache
*.tsbuildinfo

# Optional npm cache directory
.npm

# Optional eslint cache
.eslintcache

# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/

# Optional REPL history
.node_repl_history

# Output of 'npm pack'
*.tgz

# Yarn Integrity file
.yarn-integrity

# dotenv environment variables file
.env
.env.test

# parcel-bundler cache (https://parceljs.org/)
.cache

# Next.js build output
.next

# Nuxt.js build / generate output
.nuxt
dist

# Gatsby files
.cache/
# Comment in the public line in if your project uses Gatsby and *not* Next.js
# https://nextjs.org/blog/next-9-1#public-directory-support
# public

# vuepress build output
.vuepress/dist

# Serverless directories
.serverless/

# FuseBox cache
.fusebox/

# DynamoDB Local files
.dynamodb/

# TernJS port file
.tern-port
>>>>>>> 236c2e81a3d3498c815e484f8741d8fa6a1be658
6 changes: 4 additions & 2 deletions .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,7 @@
"useTabs": false,
"semi": false,
"singleQuote": true,
"printWidth": 120
}
"printWidth": 102,
"trailingComma": "none",
"plugins": ["prettier-plugin-tailwindcss"]
}
3 changes: 0 additions & 3 deletions .vscode/settings.json

This file was deleted.

2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 RTrace
Copyright (c) 2024 RTrace

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
# Cueiz Next.js MVP
<!-- TODO: finish this README -->
# Cueiz
## A trivia app!
18 changes: 0 additions & 18 deletions common/types.ts

This file was deleted.

182 changes: 0 additions & 182 deletions components/assessment-sheet.tsx

This file was deleted.

Loading

1 comment on commit 8233d4b

@vercel
Copy link

@vercel vercel bot commented on 8233d4b Jan 3, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

cueiz – ./

cueiz-aretrace.vercel.app
cueiz.vercel.app
cueiz-git-main-aretrace.vercel.app

Please sign in to comment.