add enjoy app

This commit is contained in:
an-lee
2024-01-09 15:19:32 +08:00
parent b88c52d5d8
commit aebd9ee213
434 changed files with 34955 additions and 62 deletions

15
package.json Normal file
View File

@@ -0,0 +1,15 @@
{
"private": true,
"workspaces": [
"enjoy"
],
"scripts": {
"dev:enjoy": "cd enjoy && yarn dev",
"start:enjoy": "cd enjoy && yarn start",
"package:enjoy": "cd enjoy && yarn package",
"make:enjoy": "cd enjoy && yarn make",
"publish:enjoy": "cd enjoy && yarn publish",
"lint:enjoy": "cd enjoy && yarn eslint --ext .ts,.tsx .",
"create-migration:enjoy": "cd enjoy && yarn zx ./src/main/db/create-migration.mjs"
}
}