(TODO: Add UV locally)

This commit is contained in:
QuiteAFancyEmerald 2022-02-25 23:09:14 -08:00
parent 91e3571cd7
commit 16f163d581
2 changed files with 1 additions and 2 deletions

View file

@ -1,5 +1,4 @@
(async() => { (async() => {
await await
import ('./src/backend.mjs'); import ('./src/server.mjs');
})(); })();