Rename the app
This commit is contained in:
parent
e4e8a99ab9
commit
9598bd30ab
|
@ -1,3 +1,5 @@
|
|||
# Riffusion App
|
||||
|
||||
This is a [Next.js](https://nextjs.org/) project bootstrapped with [`create-next-app`](https://github.com/vercel/next.js/tree/canary/packages/create-next-app).
|
||||
|
||||
## Getting Started
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"name": "nextjs",
|
||||
"name": "riffusion",
|
||||
"version": "0.1.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "nextjs",
|
||||
"name": "riffusion",
|
||||
"version": "0.1.0",
|
||||
"dependencies": {
|
||||
"eslint": "8.27.0",
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"name": "nextjs",
|
||||
"name": "riffusion",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
|
|
Loading…
Reference in New Issue