This commit is contained in:
2026-04-13 23:04:12 +02:00
commit 7b48f78ebf
13 changed files with 3852 additions and 0 deletions

11
package.json Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "poulinkes",
"version": "1.0.0",
"scripts": {
"dev": "bunx wrangler dev",
"deploy": "bunx wrangler deploy"
},
"devDependencies": {
"wrangler": "^3.0.0"
}
}