Added scene tags filter.
This commit is contained in:
10
src/app.js
Normal file
10
src/app.js
Normal file
@@ -0,0 +1,10 @@
|
||||
import initServer from './web/server.js';
|
||||
import { cacheTagIds } from './tags.js';
|
||||
|
||||
async function init() {
|
||||
await cacheTagIds();
|
||||
|
||||
initServer();
|
||||
}
|
||||
|
||||
init();
|
||||
Reference in New Issue
Block a user