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

@@ -69,5 +69,5 @@ if __name__ == '__main__':
inline_css_resource(
os.path.join(resources_folder, 'templates/error.ejs'),
os.path.join(resources_folder, 'styles/main.css'),
os.path.join(root, 'editor/resources/template.ejs'),
os.path.join(root, 'editor/frontend/src/template.ejs'),
)