Remove next references

This commit is contained in:
Joey Yakimowich-Payne 2023-08-10 10:33:44 -06:00
commit 5640d99a16
No known key found for this signature in database
GPG key ID: 6BFE655FA5ABD1E1
3 changed files with 2 additions and 7451 deletions

View file

@ -1,16 +0,0 @@
/** @type {import('next').NextConfig} */
const nextConfig = {
rewrites: async () => {
return [
{
source: '/api/:path*',
destination:
process.env.NODE_ENV === 'development'
? 'http://127.0.0.1:8000/api/:path*'
: '/api/',
},
]
},
}
module.exports = nextConfig

7433
package-lock.json generated

File diff suppressed because it is too large Load diff

View file

@ -1,11 +1,11 @@
[tool.poetry] [tool.poetry]
name = "nextjs-fastapi" name = "vue-fastapi"
version = "0.1.0" version = "0.1.0"
description = "Next.js and fastapi starter for github projects" description = "Next.js and fastapi starter for github projects"
authors = ["Joey Yakimowich-Payne <jyapayne@pm.me>"] authors = ["Joey Yakimowich-Payne <jyapayne@pm.me>"]
license = "MIT" license = "MIT"
readme = "README.md" readme = "README.md"
packages = [{include = "nextjs_fastapi"}] packages = [{include = "vue_fastapi"}]
[tool.poetry.dependencies] [tool.poetry.dependencies]
python = "^3.10" python = "^3.10"