Remove config.js from git tracking

This commit is contained in:
Matúš Juraj Kobyľan 2024-11-22 21:14:28 +01:00
parent 22b7c39b63
commit cfbd1bfad9

View File

@ -1,7 +0,0 @@
// config.js
const config = {
SUPABASE_URL: 'URL',
SUPABASE_KEY: 'KEY'
};
export default config;