feat: Upgrade to Astro with full PDPA compliance

PDPA Features:
 Cookie consent banner
 Consent logging API
 Admin dashboard
 Privacy Policy
 Terms & Conditions

Technical:
 Astro 5.x + Tailwind v4
 Docker on port 80
 SQLite database
 15 pages built

Ready for Easypanel deployment.
This commit is contained in:
Kunthawat
2026-03-12 10:01:04 +07:00
parent 668f69048f
commit 77ac4d2d05
13719 changed files with 307487 additions and 25765 deletions

37
node_modules/@neon-rs/load/package.json generated vendored Normal file
View File

@@ -0,0 +1,37 @@
{
"name": "@neon-rs/load",
"version": "0.0.4",
"description": "Utilities for loading Neon modules.",
"main": "dist/index.js",
"types": "types/index.d.ts",
"files": [
"dist/**/*",
"types/**/*"
],
"scripts": {
"build": "tsc",
"pretest": "npm run build",
"prepack": "npm run build",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dherman/neon-rs.git"
},
"keywords": [
"Neon",
"Rust",
"Node"
],
"author": "Dave Herman <david.herman@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/dherman/neon-rs/issues"
},
"homepage": "https://github.com/dherman/neon-rs#readme",
"devDependencies": {
"@tsconfig/node16": "^1.0.3",
"@types/node": "^18.15.11",
"typescript": "^5.0.4"
}
}