Fix paths to server crate in scripts and gitignore
Co-Authored-By: Nathan Sobo <nathan@zed.dev>
This commit is contained in:
parent
44e0a00734
commit
a72bdac7df
4 changed files with 5 additions and 195550 deletions
|
@ -7,4 +7,4 @@ cd ./script
|
|||
if [[ $1 == --release ]]; then
|
||||
export NODE_ENV=production # Purge unused styles in --release mode
|
||||
fi
|
||||
npx tailwindcss build ../server/styles.css --output ../server/static/styles.css
|
||||
npx tailwindcss build ../crates/server/styles.css --output ../crates/server/static/styles.css
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue