vyuh 0.2.8

Vyuh web framework for Axum and SQLx with handler-first APIs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
{
  "name": "@vyuh/web",
  "private": true,
  "version": "0.0.0",
  "scripts": {
    "build:css": "sass --load-path=node_modules scss:public/css --style=expanded",
    "watch:css": "sass --watch --load-path=node_modules scss:public/css --style=expanded"
  },
  "devDependencies": {
    "bootstrap": "^5.3.3",
    "sass": "^1.77.8"
  }
}