phartenfeller / sveltekit-1.0-sqlite-demo-app

My demo app of various SvelteKit experiments from my YouTube series.
https://sveltekit-demo.hartenfeller.dev
106 stars 19 forks source link

.env file #1

Closed BillMeyerRSA closed 1 year ago

BillMeyerRSA commented 1 year ago

For app to work, add .env file with DB_PATH = './data/chinook.db'

phartenfeller commented 1 year ago

Thanks for the info, was excluded in my .gitignore. I updated the tags.