From 796bdfaff5e3d428461b211be6ccf51eaf8e5816 Mon Sep 17 00:00:00 2001 From: CountBleck Date: Thu, 25 Aug 2022 21:34:23 -0700 Subject: [PATCH] Move app.mjs to app.js app.js was originally a stub that imported app.mjs, which is redundant. This change is split into two commits to preserve Git history for what is now app.js. --- app.mjs => app.js | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename app.mjs => app.js (100%) diff --git a/app.mjs b/app.js similarity index 100% rename from app.mjs rename to app.js