move background scripts to a dedicated folder, but move actions outside

This commit is contained in:
buzz-lightsnack-2007 2024-04-24 16:34:12 +08:00
parent 0df989512c
commit ea6dd9be93
8 changed files with 133 additions and 136 deletions

View file

@ -0,0 +1,9 @@
/* ShopAI
Shop wisely with AI!
*/
import fc from './fc.js';
import user_actions from "../actions.js";
fc.run();
user_actions.init();