strip: delete stale docs/ and broccolini_bot_context.md
Both were saturated with references to removed features. Regenerate fresh post-MVP.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
require('dotenv').config({ path: process.env.ENV_FILE || '../.env' });
|
||||
require('dotenv').config({ path: '../.env' });
|
||||
const express = require('express');
|
||||
const session = require('express-session');
|
||||
const cookieParser = require('cookie-parser');
|
||||
|
||||
Reference in New Issue
Block a user