chore: initial commit
This commit is contained in:
13
playground/package.json
Normal file
13
playground/package.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"private": true,
|
||||
"name": "my-module-playground",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "nuxi dev",
|
||||
"build": "nuxi build",
|
||||
"generate": "nuxi generate"
|
||||
},
|
||||
"dependencies": {
|
||||
"nuxt": "^4.2.1"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user