Remove next references
This commit is contained in:
parent
4842cef07a
commit
5640d99a16
3 changed files with 2 additions and 7451 deletions
|
|
@ -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
7433
package-lock.json
generated
File diff suppressed because it is too large
Load diff
|
|
@ -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"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue