refactor(frontend): 🔥 Move frontend out of this repository, allow any frontend to be used

Adds a new configuration option to put your frontend's URL
This commit is contained in:
Jesse Wierzbinski 2024-04-14 15:35:56 -10:00
parent ac3ef0ea06
commit a7969f6ebd
No known key found for this signature in database
25 changed files with 35 additions and 938 deletions

View file

@ -2,5 +2,5 @@
"typescript.tsdk": "node_modules/typescript/lib",
"jest.jestCommandLine": "/home/jessew/.bun/bin/bun test",
"jest.rootPath": ".",
"conventionalCommits.scopes": ["database"]
"conventionalCommits.scopes": ["database", "frontend"]
}