move apps to apps folder

This commit is contained in:
2024-10-22 08:56:27 -05:00
parent e42ff6615d
commit 616291b04d
11 changed files with 40 additions and 47 deletions
+19
View File
@@ -0,0 +1,19 @@
{
"name": "aas-webui",
"version": "0.1.0",
"description": "",
"main": "index.js",
"scripts": {
"prestart": "tailwindcss -i tailwind.css -o ./html/assets/css/tailwind.css",
"start": "node index.js",
"dev:css": "tailwindcss -i tailwind.css -o ./html/assets/css/tailwind.css --watch"
},
"author": "",
"license": "MIT",
"dependencies": {
"express": "^4.18.2"
},
"devDependencies": {
"tailwindcss": "^3.3.5"
}
}