Up until now, we’ve installed our tooling—but all of our configurations have been hardcoded. But, what if we have some configuration to use in our application? Let’s update theDocumentation Index
Fetch the complete documentation index at: https://ona.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
db.js file in the repo to use environment variables set with Gitpod.
You can set environment variables inside a workspace using gp env (from the Workspace CLI). To see currently set environment variables, run gp env:
gp env to set our environment variables:
db.js file by updating it to: