mirror of
https://github.com/NohamR/Pocket-Bird.git
synced 2026-05-25 04:07:23 +00:00
Add browser-specific entry point
This commit is contained in:
3
build.js
3
build.js
@@ -24,7 +24,8 @@ const OBSIDIAN_DIR = DIST_DIR + "/obsidian";
|
||||
const VENCORD_DIR = DIST_DIR + "/vencord";
|
||||
|
||||
const STYLESHEET_PATH = SRC_DIR + "/stylesheet.css";
|
||||
const APPLICATION_ENTRY = SRC_DIR + "/application.js";
|
||||
// const APPLICATION_ENTRY = SRC_DIR + "/application.js";
|
||||
const APPLICATION_ENTRY = SRC_DIR + "/platforms/browser.js";
|
||||
const BUNDLED_OUTPUT = DIST_DIR + "/birb.bundled.js";
|
||||
const BIRB_OUTPUT = DIST_DIR + "/birb.js";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user