feat: Initial release of Formbricks Vanity Server

This commit is contained in:
Marco Gallegos
2025-12-13 13:08:31 -06:00
commit cae1a4647b
24 changed files with 3081 additions and 0 deletions

12
package.json Normal file
View File

@@ -0,0 +1,12 @@
{
"scripts": {
"start": "node src/server.js"
},
"dependencies": {
"axios": "^1.13.2",
"better-sqlite3": "^8.7.0",
"dotenv": "^17.2.3",
"ejs": "^3.1.10",
"express": "^5.2.1"
}
}