File tree Expand file tree Collapse file tree 4 files changed +8
-1
lines changed
Expand file tree Collapse file tree 4 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,5 @@ yarn-error.log*
3232
3333# typescript
3434* .tsbuildinfo
35- next-env.d.ts
3635/data
3736public /uploads /recipes /*
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ COPY . /usr/src/app
1515# install dependencies
1616
1717RUN npm install -g next
18+ RUN npm install -g @heroicons/react
1819
1920RUN npm install
2021
Original file line number Diff line number Diff line change 1+ /// <reference types="next" />
2+ /// <reference types="next/image-types/global" />
3+
4+ // NOTE: This file should not be edited
5+ // see https://nextjs.org/docs/basic-features/typescript for more information.
Original file line number Diff line number Diff line change 3737 " next-env.d.ts" ,
3838 " **/*.ts" ,
3939 " **/*.tsx" ,
40+ " **/*.js" ,
41+ " **/*.jsx" ,
4042 " .next/types/**/*.ts" ,
4143 ],
4244 "exclude" : [
You can’t perform that action at this time.
0 commit comments