Initial commit
This commit is contained in:
10
package.json
Normal file
10
package.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"name": "doux",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "cd website && pnpm dev",
|
||||
"build": "cd website && pnpm build",
|
||||
"preview": "cd website && pnpm preview"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user