We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8acdb43 commit 41365f6Copy full SHA for 41365f6
assets/package.json
@@ -5,6 +5,14 @@
5
"version": "1.0.0",
6
"main": "dist/register_controller.js",
7
"types": "dist/register_controller.d.ts",
8
+ "scripts": {
9
+ "build": "echo 'The build script is not yet configured.' && exit 1",
10
+ "test": "echo 'The test script is not yet configured.' && exit 1",
11
+ "lint": "biome lint --write",
12
+ "format": "biome format --write",
13
+ "check-lint": "biome lint",
14
+ "check-format": "biome format"
15
+ },
16
"symfony": {
17
"controllers": {
18
"vue": {
0 commit comments