This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM oven/bun AS build | |
| WORKDIR /app | |
| COPY package.json bun.lock ./ | |
| RUN bun install | |
| COPY . . |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| a[href="https://logto.io/?utm_source=sign_in&utm_medium=powered_by"] { | |
| display: none; | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "trailingComma": "es5", | |
| "tabWidth": 4, | |
| "singleQuote": true, | |
| "semi": true, | |
| "printWidth": 90, | |
| "quoteProps": "consistent", | |
| "jsxSingleQuote": true, | |
| "bracketSpacing": true, | |
| "bracketSameLine": false, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Here you can see my top projects that I am most proud of. | |
| Feel free to check them out and leave a star! I would | |
| really appreciate it. You can also check out projects I | |
| worked on over on my main organizations! |