9
0
mirror of https://github.com/donlon/cloudflare-error-page.git synced 2025-12-19 14:59:28 +00:00

editor: migrate frontend project to npm

This commit is contained in:
Anthony Donlon
2025-12-10 00:03:09 +08:00
parent 38d19fa12d
commit 3085ecdc44
11 changed files with 1574 additions and 868 deletions

View File

@@ -8,7 +8,7 @@ from flask import (
)
root_dir = os.path.join(os.path.dirname(os.path.abspath(__file__)), '../../')
res_folder = os.path.join(root_dir, 'editor/resources')
res_folder = os.path.join(root_dir, 'editor/frontend/dist')
bp = Blueprint('editor', __name__, url_prefix='/')