1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 02:03:39 +00:00

Cleanup src folder for web and move ts code into src/app per angular convention (#3127)

This commit is contained in:
Oscar Hinton
2022-07-25 15:13:54 +02:00
committed by GitHub
parent 5c57b5e663
commit 478de90d45
21 changed files with 59 additions and 63 deletions

View File

@@ -8,7 +8,7 @@ import "popper.js";
require("src/scss/styles.scss");
require("src/scss/tailwind.css");
import { AppModule } from "./app.module";
import { AppModule } from "./app/app.module";
if (process.env.NODE_ENV === "production") {
enableProdMode();