5 lines
236 B
JavaScript
5 lines
236 B
JavaScript
// gun_init.js - Deprecated
|
|
// Gun/GunDB has been replaced by PouchDB/CouchDB in this project.
|
|
// This file is kept for reference only and should not be used.
|
|
console.warn('gun_init.js is deprecated; using PouchDB/DB module instead.');
|