Skip to content

feat: initialize studio app with package.json, tsconfig, and .gitignore#45

Open
rohitdhakane6 wants to merge 2 commits intocode100x:mainfrom
rohitdhakane6:main
Open

feat: initialize studio app with package.json, tsconfig, and .gitignore#45
rohitdhakane6 wants to merge 2 commits intocode100x:mainfrom
rohitdhakane6:main

Conversation

@rohitdhakane6
Copy link
Contributor

This pull request includes several changes to set up the studio application. The changes involve updating the .gitignore file, adding a package.json file, and creating a tsconfig.json file.

Setup and configuration:

  • apps/studio/.gitignore: Added entries to ignore node_modules and .env files to keep environment variables out of version control.
  • apps/studio/package.json: Added a new package.json file with scripts for development, cleaning, and type checking, as well as a devDependency for prisma.
  • apps/studio/tsconfig.json: Added a tsconfig.json file extending the base TypeScript configuration for Next.js, including TypeScript files and excluding node_modules.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant