chat-with-gpt/app
ZauberNerd ff9f3517ec
Replace Node.js's Buffer with native Typed Arrays on the client-side
Vite does not natively ship a Buffer polyfill and most of the
functionality that is required here, can be implemented natively (except
for the byte-wise compare, for that I had to write my own function).
2023-07-08 15:42:43 +02:00
..
public Replace create-react-app with vite 2023-07-07 22:13:33 +02:00
src Replace Node.js's Buffer with native Typed Arrays on the client-side 2023-07-08 15:42:43 +02:00
.gitignore v0.2.0 2023-03-14 11:00:40 +00:00
index.html Replace create-react-app with vite 2023-07-07 22:13:33 +02:00
package.json Replace Node.js's Buffer with native Typed Arrays on the client-side 2023-07-08 15:42:43 +02:00
tsconfig.json v0.2.0 2023-03-14 11:00:40 +00:00
vite.config.js Replace CRA proxy config with vite's proxy config 2023-07-08 15:41:28 +02:00