this post was submitted on 27 Aug 2023
7 points (88.9% liked)
Rust
5957 readers
13 users here now
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Wormhole
Credits
- The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
https://docs.netlify.com/configure-builds/overview/?#basic-build-settings
You just need to configure your build command and most likely your publish directory. Netlify honestly makes it really easy.
The build command is whatever youโd type in your terminal to compile your react app, and the publish directory is wherever your build command creates your static assets.
@jvisick I'll try thanks ๐
@jvisick @0xsaksham
The command you need is:
$ npm uninstall react
๐
@chovekoid @jvisick bruh ๐
@0xsaksham @jvisick
unironically ๐
@0xsaksham @jvisick
then also uninstall typescript and you're good to go ๐