issues
search
HumeAI
/
hume-api-examples
Example projects built with the Hume AI APIs
MIT License
117
stars
69
forks
source link
remove public prefix, add server only
#76
Closed
zachkrall
closed
4 months ago
zachkrall
commented
4 months ago
move fetching hume access token to a
server-only
file. this will trigger a compiler error if it's ever called from a client only context
removes
NEXT_PUBLIC_
prefix for sensitive Hume AI values
removes unnecessary
next.config.js
file
moves files out of
src
directory
server-only
file. this will trigger a compiler error if it's ever called from a client only contextNEXT_PUBLIC_
prefix for sensitive Hume AI valuesnext.config.js
filesrc
directory