added gitignore and moved files (inital commit v3)

This commit is contained in:
Jonas_Jones 2023-09-12 00:25:29 +02:00
parent fff961078a
commit 038cc2a343
1779 changed files with 41 additions and 1010059 deletions

12
package.json Normal file
View file

@ -0,0 +1,12 @@
{
"name": "cool-dawn-3d3b",
"version": "0.0.0",
"private": true,
"scripts": {
"deploy": "wrangler deploy",
"start": "wrangler dev"
},
"devDependencies": {
"wrangler": "^3.0.0"
}
}