updating web to be compatible with main
This commit is contained in:
11
pkg/web/package.json
Normal file
11
pkg/web/package.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"name": "lazypm-web",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"build:css": "tailwindcss -i input.css -o assets/css/styles.css"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@tailwindcss/cli": "latest",
|
||||
"tailwindcss": "latest"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user